Home
last modified time | relevance | path

Searched refs:mmc_dev (Results 1 – 14 of 14) sorted by relevance

/u-boot/test/py/tests/test_android/
A Dtest_avb.py22 mmc_dev = 1 variable
34 response = u_boot_console.run_command('avb init %s' %str(mmc_dev))
47 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
51 str(mmc_dev))
79 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
91 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
105 str(mmc_dev))
111 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
130 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
/u-boot/arch/arm/mach-snapdragon/
A Dmisc.c30 struct mmc *mmc_dev; in msm_board_serial() local
32 mmc_dev = find_mmc_device(0); in msm_board_serial()
33 if (!mmc_dev) in msm_board_serial()
36 return UNSTUFF_BITS(mmc_dev->cid, 16, 32); in msm_board_serial()
/u-boot/test/py/tests/
A Dtest_mmc_rd.py108 def mmc_dev(u_boot_console, is_emmc, devid, partid): function
153 mmc_dev(u_boot_console, is_emmc, devid, partid)
174 mmc_dev(u_boot_console, is_emmc, devid, partid)
204 mmc_dev(u_boot_console, is_emmc, devid, partid)
248 mmc_dev(u_boot_console, is_emmc, devid, partid)
/u-boot/test/dm/
A Dblk.c116 struct udevice *dev, *mmc_dev, *parent; in dm_test_blk_devnum() local
130 ut_assertok(uclass_get_device_by_seq(UCLASS_MMC, i, &mmc_dev)); in dm_test_blk_devnum()
133 ut_asserteq_ptr(parent, mmc_dev); in dm_test_blk_devnum()
134 ut_asserteq(trailing_strtol(mmc_dev->name), i); in dm_test_blk_devnum()
/u-boot/board/Marvell/mvebu_armada-37xx/
A Dboard.c92 struct mmc *mmc_dev; in board_late_init() local
126 mmc_dev = find_mmc_device(1); in board_late_init()
127 emmc = (mmc_dev && mmc_init(mmc_dev) == 0); in board_late_init()
130 if (!emmc && mmc_dev) { in board_late_init()
131 dev = mmc_dev->dev; in board_late_init()
/u-boot/common/spl/
A Dspl_mmc.c138 int err, mmc_dev; in spl_mmc_find_device() local
140 mmc_dev = spl_mmc_get_device_index(boot_device); in spl_mmc_find_device()
141 if (mmc_dev < 0) in spl_mmc_find_device()
142 return mmc_dev; in spl_mmc_find_device()
145 err = mmc_init_device(mmc_dev); in spl_mmc_find_device()
155 *mmcp = find_mmc_device(mmc_dev); in spl_mmc_find_device()
160 mmc_dev, err); in spl_mmc_find_device()
/u-boot/drivers/mmc/
A Dmmc-uclass.c287 struct udevice *dev, *mmc_dev; in find_mmc_device() local
299 mmc_dev = dev_get_parent(dev); in find_mmc_device()
301 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in find_mmc_device()
436 struct udevice *mmc_dev = dev_get_parent(bdev); in mmc_select_hwpart() local
437 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in mmc_select_hwpart()
456 struct udevice *mmc_dev = dev_get_parent(dev); in mmc_blk_probe() local
457 struct mmc_uclass_priv *upriv = dev_get_uclass_priv(mmc_dev); in mmc_blk_probe()
475 struct udevice *mmc_dev = dev_get_parent(dev); in mmc_blk_remove() local
476 struct mmc_uclass_priv *upriv = dev_get_uclass_priv(mmc_dev); in mmc_blk_remove()
A Dsdhci.c216 int mmc_dev = mmc_get_blk_desc(mmc)->devnum; local
234 printf("%s: MMC: %d busy ", __func__, mmc_dev);
A Dzynq_sdhci.c89 dev_err(mmc_dev(host->mmc), in arasan_zynqmp_dll_reset()
/u-boot/include/
A Davb_verify.h29 int mmc_dev; member
95 return data->mmc_dev; in get_boot_device()
A Dmmc.h949 #define mmc_dev(x) ((x)->dev) macro
/u-boot/cmd/
A Davb.c20 unsigned long mmc_dev; in do_avb_init() local
25 mmc_dev = simple_strtoul(argv[1], NULL, 16); in do_avb_init()
30 avb_ops = avb_ops_alloc(mmc_dev); in do_avb_init()
A Dmmc.c496 struct blk_desc *mmc_dev; in do_mmc_part() local
503 mmc_dev = blk_get_devnum_by_type(IF_TYPE_MMC, curr_device); in do_mmc_part()
504 if (mmc_dev != NULL && mmc_dev->type != DEV_TYPE_UNKNOWN) { in do_mmc_part()
505 part_print(mmc_dev); in do_mmc_part()
/u-boot/common/
A Davb_verify.c1002 ops_data->mmc_dev = boot_device; in avb_ops_alloc()

Completed in 18 milliseconds