Searched refs:find_mmc_device (Results 1 - 25 of 37) sorted by relevance

12

/u-boot/board/mediatek/mt7623/
H A Dmt7623_rfb.c26 if (!find_mmc_device(1))
/u-boot/arch/arm/mach-uniphier/
H A Dmmc-first-dev.c17 for (i = 0; (mmc = find_mmc_device(i)); i++) {
/u-boot/drivers/mmc/
H A Dmmc_legacy.c19 struct mmc *find_mmc_device(int dev_num) function
36 struct mmc *find_mmc_device(int dev_num) function
220 struct mmc *mmc = find_mmc_device(desc->devnum);
241 struct mmc *mmc = find_mmc_device(dev);
H A Dfsl_esdhc_spl.c33 struct mmc *mmc = find_mmc_device(0);
79 mmc = find_mmc_device(0);
H A Dmmc_write.c81 struct mmc *mmc = find_mmc_device(dev_num);
214 struct mmc *mmc = find_mmc_device(dev_num);
/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Djz4780.c52 mmc = find_mmc_device(BOOT_DEVICE_MMC1);
/u-boot/board/intel/edison/
H A Dedison.c27 struct mmc *mmc = find_mmc_device(0);
/u-boot/drivers/tee/optee/
H A Drpmb.c69 mmc = find_mmc_device(dev_id);
104 struct mmc *mmc = find_mmc_device(dev_id);
/u-boot/board/qualcomm/dragonboard410c/
H A Ddragonboard410c.c45 mmc_dev = find_mmc_device(0);
/u-boot/arch/arm/mach-k3/
H A Dj721s2_init.c100 struct mmc *mmc = find_mmc_device(0);
115 struct mmc *mmc = find_mmc_device(0);
278 mmc = find_mmc_device(mmc_dev);
H A Dj721e_init.c103 struct mmc *mmc = find_mmc_device(0);
116 struct mmc *mmc = find_mmc_device(0);
182 mmc = find_mmc_device(mmc_dev);
H A Dam654_init.c86 struct mmc *mmc = find_mmc_device(0);
99 struct mmc *mmc = find_mmc_device(0);
H A Dam642_init.c75 struct mmc *mmc = find_mmc_device(0);
88 struct mmc *mmc = find_mmc_device(0);
/u-boot/env/
H A Dmmc.c261 struct mmc *mmc = find_mmc_device(dev);
331 struct mmc *mmc = find_mmc_device(dev);
407 mmc = find_mmc_device(dev);
460 mmc = find_mmc_device(dev);
/u-boot/cmd/
H A Dmmc.c137 mmc = find_mmc_device(dev);
207 struct mmc *mmc = find_mmc_device(curr_device);
229 struct mmc *mmc = find_mmc_device(curr_device);
258 struct mmc *mmc = find_mmc_device(curr_device);
282 struct mmc *mmc = find_mmc_device(curr_device);
1013 mmc = find_mmc_device(curr_device);
1125 mmc = find_mmc_device(curr_device);
/u-boot/board/gateworks/venice/
H A Dvenice.c163 mmc = find_mmc_device(bootdev);
/u-boot/board/samsung/common/
H A Dexynos5-dt.c164 mmc = find_mmc_device(dev_num);
/u-boot/drivers/net/phy/
H A Dcortina.c177 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV);
230 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV);
/u-boot/drivers/dfu/
H A Ddfu_mmc.c33 mmc = find_mmc_device(dfu->data.mmc.dev_num);
370 mmc = find_mmc_device(dfu->data.mmc.dev_num);
/u-boot/board/solidrun/clearfog/
H A Dclearfog.c298 mmc = find_mmc_device(0);
/u-boot/board/tq/tqma6/
H A Dtqma6.c129 struct mmc *mmc = find_mmc_device(0);
/u-boot/drivers/qe/
H A Dqe.c255 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV);
289 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV);
/u-boot/drivers/net/fm/
H A Dfm.c418 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV);
521 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV);
/u-boot/board/anbernic/rgxx3_rk3566/
H A Drgxx3-rk3566.c440 mmc = find_mmc_device(0);
/u-boot/board/samsung/odroid/
H A Dodroid.c91 mmc = find_mmc_device(dev_num);

Completed in 395 milliseconds

12