Searched defs:mmc_dev (Results 1 - 18 of 18) sorted by relevance

/u-boot/test/py/tests/
H A Dtest_mmc_rd.py108 def mmc_dev(u_boot_console, is_emmc, devid, partid): function
/u-boot/test/py/tests/test_android/
H A Dtest_avb.py21 mmc_dev = 1 variable
/u-boot/board/qualcomm/dragonboard410c/
H A Ddragonboard410c.c43 struct mmc *mmc_dev; local
/u-boot/drivers/fastboot/
H A Dfb_common.c100 const int mmc_dev = config_opt_enabled(CONFIG_FASTBOOT_FLASH_MMC, local
H A Dfb_command.c468 const int mmc_dev = config_opt_enabled(CONFIG_FASTBOOT_FLASH_MMC, local
491 const int mmc_dev = config_opt_enabled(CONFIG_FASTBOOT_FLASH_MMC, local
517 const int mmc_dev = config_opt_enabled(CONFIG_FASTBOOT_FLASH_MMC, local
/u-boot/test/dm/
H A Dblk.c123 struct udevice *dev, *mmc_dev, *parent; local
H A Dfwu_mdata.c25 static struct udevice *mmc_dev; variable in typeref:struct:udevice
/u-boot/arch/arm/mach-k3/
H A Dj721s2_init.c241 int ret, rescan, mmc_dev = -1; local
H A Dj721e_init.c144 int ret, rescan, mmc_dev = -1; local
/u-boot/include/
H A Davb_verify.h27 int mmc_dev; member in struct:AvbOpsData
H A Dmmc.h956 #define mmc_dev(x) ((x)->dev) macro
/u-boot/cmd/
H A Davb.c19 unsigned long mmc_dev; local
H A Dmmc.c526 struct blk_desc *mmc_dev; local
/u-boot/common/spl/
H A Dspl_mmc.c84 int err, mmc_dev; local
361 int mmc_dev; local
[all...]
/u-boot/test/boot/
H A Dbootflow.c526 static int prep_mmc_bootdev(struct unit_test_state *uts, const char *mmc_dev, argument
572 static int scan_mmc_bootdev(struct unit_test_state *uts, const char *mmc_dev, argument
/u-boot/drivers/mmc/
H A Dsdhci.c217 int mmc_dev = mmc_get_blk_desc(mmc)->devnum; local
H A Dmmc-uclass.c299 struct udevice *dev, *mmc_dev; local
471 struct udevice *mmc_dev = dev_get_parent(bdev); local
491 struct udevice *mmc_dev = dev_get_parent(dev); local
516 struct udevice *mmc_dev = dev_get_parent(dev); local
/u-boot/board/Marvell/mvebu_armada-37xx/
H A Dboard.c122 struct mmc *mmc_dev; local

Completed in 102 milliseconds