Searched defs:mmc_dev (Results 1 – 18 of 18) sorted by relevance
| /u-boot/test/py/tests/ |
| A D | test_ut.py | 22 def setup_image(cons, mmc_dev, part_type, second_part=False): argument 72 def copy_prepared_image(cons, mmc_dev, fname): argument
|
| A D | test_mmc_rd.py | 108 def mmc_dev(u_boot_console, is_emmc, devid, partid): function
|
| /u-boot/drivers/fastboot/ |
| A D | fb_command.c | 427 const int mmc_dev = config_opt_enabled(CONFIG_FASTBOOT_FLASH_MMC, in oem_format() local 450 const int mmc_dev = config_opt_enabled(CONFIG_FASTBOOT_FLASH_MMC, in oem_partconf() local 476 const int mmc_dev = config_opt_enabled(CONFIG_FASTBOOT_FLASH_MMC, in oem_bootbus() local
|
| A D | fb_common.c | 99 const int mmc_dev = config_opt_enabled(CONFIG_FASTBOOT_FLASH_MMC, in fastboot_set_reboot_flag() local
|
| /u-boot/arch/arm/mach-snapdragon/ |
| A D | misc.c | 31 struct mmc *mmc_dev; in msm_board_serial() local
|
| /u-boot/test/py/tests/test_android/ |
| A D | test_avb.py | 22 mmc_dev = 1 variable
|
| /u-boot/drivers/mmc/ |
| A D | mmc-uclass.c | 290 struct udevice *dev, *mmc_dev; in find_mmc_device() local 462 struct udevice *mmc_dev = dev_get_parent(bdev); in mmc_select_hwpart() local 482 struct udevice *mmc_dev = dev_get_parent(dev); in mmc_blk_probe() local 513 struct udevice *mmc_dev = dev_get_parent(dev); in mmc_blk_remove() local
|
| A D | sdhci.c | 216 int mmc_dev = mmc_get_blk_desc(mmc)->devnum; local
|
| /u-boot/common/spl/ |
| A D | spl_mmc.c | 155 int err, mmc_dev; in spl_mmc_find_device() local 414 int mmc_dev; in spl_mmc_load() local
|
| /u-boot/test/dm/ |
| A D | fwu_mdata.c | 25 static struct udevice *mmc_dev; variable
|
| A D | blk.c | 122 struct udevice *dev, *mmc_dev, *parent; in dm_test_blk_devnum() local
|
| /u-boot/include/ |
| A D | avb_verify.h | 29 int mmc_dev; member
|
| A D | mmc.h | 953 #define mmc_dev(x) ((x)->dev) macro
|
| /u-boot/arch/arm/mach-k3/ |
| A D | j721e_init.c | 145 int ret, rescan, mmc_dev = -1; in do_dt_magic() local
|
| A D | j721s2_init.c | 242 int ret, rescan, mmc_dev = -1; in do_dt_magic() local
|
| /u-boot/board/Marvell/mvebu_armada-37xx/ |
| A D | board.c | 93 struct mmc *mmc_dev; in board_late_init() local
|
| /u-boot/cmd/ |
| A D | avb.c | 20 unsigned long mmc_dev; in do_avb_init() local
|
| A D | mmc.c | 526 struct blk_desc *mmc_dev; in do_mmc_part() local
|
Completed in 41 milliseconds