Searched refs:mmc_dev (Results 1 – 11 of 11) sorted by relevance
| /openbmc/u-boot/test/py/tests/ |
| H A D | test_avb.py | 22 mmc_dev = 1 variable 33 response = u_boot_console.run_command('avb init %s' %str(mmc_dev)) 45 response = u_boot_console.run_command('avb init %s' % str(mmc_dev)) 49 str(mmc_dev)) 77 response = u_boot_console.run_command('avb init %s' % str(mmc_dev)) 89 response = u_boot_console.run_command('avb init %s' % str(mmc_dev)) 102 str(mmc_dev)) 108 response = u_boot_console.run_command('avb init %s' % str(mmc_dev))
|
| /openbmc/u-boot/arch/arm/mach-snapdragon/ |
| H A D | misc.c | 30 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()
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | mmc-uclass.c | 190 struct udevice *dev, *mmc_dev; in find_mmc_device() local 202 mmc_dev = dev_get_parent(dev); in find_mmc_device() 204 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in find_mmc_device() 342 struct udevice *mmc_dev = dev_get_parent(bdev); in mmc_select_hwpart() local 343 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in mmc_select_hwpart() 357 struct udevice *mmc_dev = dev_get_parent(dev); in mmc_blk_probe() local 358 struct mmc_uclass_priv *upriv = dev_get_uclass_priv(mmc_dev); in mmc_blk_probe() 376 struct udevice *mmc_dev = dev_get_parent(dev); in mmc_blk_remove() local 377 struct mmc_uclass_priv *upriv = dev_get_uclass_priv(mmc_dev); in mmc_blk_remove()
|
| H A D | sdhci.c | 153 int mmc_dev = mmc_get_blk_desc(mmc)->devnum; local 170 printf("%s: MMC: %d busy ", __func__, mmc_dev);
|
| H A D | zynq_sdhci.c | 75 dev_err(mmc_dev(host->mmc), in arasan_zynqmp_dll_reset()
|
| /openbmc/u-boot/common/spl/ |
| H A D | spl_mmc.c | 119 int err, mmc_dev; in spl_mmc_find_device() local 121 mmc_dev = spl_mmc_get_device_index(boot_device); in spl_mmc_find_device() 122 if (mmc_dev < 0) in spl_mmc_find_device() 123 return mmc_dev; in spl_mmc_find_device() 134 err = uclass_get_device(UCLASS_MMC, mmc_dev, &dev); in spl_mmc_find_device() 138 *mmcp = find_mmc_device(mmc_dev); in spl_mmc_find_device() 144 mmc_dev, err); in spl_mmc_find_device()
|
| /openbmc/u-boot/test/dm/ |
| H A D | blk.c | 116 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()
|
| /openbmc/u-boot/include/ |
| H A D | avb_verify.h | 29 int mmc_dev; member 95 return data->mmc_dev; in get_boot_device()
|
| /openbmc/u-boot/cmd/ |
| H A D | avb.c | 24 unsigned long mmc_dev; in do_avb_init() local 29 mmc_dev = simple_strtoul(argv[1], NULL, 16); in do_avb_init() 34 avb_ops = avb_ops_alloc(mmc_dev); in do_avb_init()
|
| H A D | mmc.c | 460 struct blk_desc *mmc_dev; in do_mmc_part() local 467 mmc_dev = blk_get_devnum_by_type(IF_TYPE_MMC, curr_device); in do_mmc_part() 468 if (mmc_dev != NULL && mmc_dev->type != DEV_TYPE_UNKNOWN) { in do_mmc_part() 469 part_print(mmc_dev); in do_mmc_part()
|
| /openbmc/u-boot/common/ |
| H A D | avb_verify.c | 874 ops_data->mmc_dev = boot_device; in avb_ops_alloc()
|