Home
last modified time | relevance | path

Searched refs:find_mmc_device (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/u-boot/drivers/mmc/
H A Dmmc_legacy.c17 struct mmc *find_mmc_device(int dev_num) in find_mmc_device() function
37 struct mmc *find_mmc_device(int dev_num) in find_mmc_device() function
215 struct mmc *mmc = find_mmc_device(desc->devnum); in mmc_select_hwpartp()
236 struct mmc *mmc = find_mmc_device(dev); in mmc_get_dev()
H A Dfsl_esdhc_spl.c26 struct mmc *mmc = find_mmc_device(0); in mmc_spl_load_image()
67 mmc = find_mmc_device(0); in mmc_boot()
H A Dmmc_write.c80 struct mmc *mmc = find_mmc_device(dev_num); in mmc_berase()
201 struct mmc *mmc = find_mmc_device(dev_num); in mmc_bwrite()
H A Dmmc-uclass.c188 struct mmc *find_mmc_device(int dev_num) in find_mmc_device() function
/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dmmc-boot-mode.c28 mmc = find_mmc_device(0); in spl_boot_mode()
H A Dmmc-first-dev.c16 for (i = 0; (mmc = find_mmc_device(i)); i++) { in find_first_mmc_device()
/openbmc/u-boot/env/
H A Dmmc.c203 struct mmc *mmc = find_mmc_device(dev); in env_mmc_save()
277 mmc = find_mmc_device(dev); in env_mmc_load()
317 mmc = find_mmc_device(dev); in env_mmc_load()
/openbmc/u-boot/drivers/tee/optee/
H A Drpmb.c69 mmc = find_mmc_device(dev_id); in get_mmc()
100 struct mmc *mmc = find_mmc_device(dev_id); in rpmb_get_dev_info()
/openbmc/u-boot/arch/arm/mach-snapdragon/
H A Dmisc.c32 mmc_dev = find_mmc_device(0); in msm_board_serial()
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Djz4780.c48 mmc = find_mmc_device(BOOT_DEVICE_MMC1); in board_init_f()
/openbmc/u-boot/cmd/
H A Dmmc.c98 mmc = find_mmc_device(dev); in init_mmc_device()
156 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_key()
177 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_read()
205 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_write()
228 struct mmc *mmc = find_mmc_device(curr_device); in do_mmcrpmb_counter()
833 mmc = find_mmc_device(curr_device); in do_mmc_setdsr()
/openbmc/u-boot/board/intel/edison/
H A Dedison.c51 struct mmc *mmc = find_mmc_device(0); in assign_serial()
/openbmc/u-boot/board/samsung/common/
H A Dexynos5-dt.c171 mmc = find_mmc_device(dev_num); in get_dfu_alt_boot()
H A Dmisc.c224 struct mmc *mmc = find_mmc_device(0); in display_board_info()
/openbmc/u-boot/drivers/dfu/
H A Ddfu_mmc.c29 mmc = find_mmc_device(dfu->data.mmc.dev_num); in mmc_block_op()
322 mmc = find_mmc_device(dfu->data.mmc.dev_num); in dfu_fill_entity_mmc()
/openbmc/u-boot/drivers/net/fm/
H A Dfm.c412 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV); in fm_init_common()
493 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV); in fm_init_common()
/openbmc/u-boot/board/tqc/tqma6/
H A Dtqma6.c124 struct mmc *mmc = find_mmc_device(0); in board_mmc_init()
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c124 mmc = find_mmc_device(mmc_dev_num); in mmc_burn_image()
193 mmc = find_mmc_device(mmc_dev_num); in mmc_read_file()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dppa.c79 mmc = find_mmc_device(dev); in ppa_init()
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c218 mmc = find_mmc_device(0); in last_stage_init()
/openbmc/u-boot/drivers/net/phy/
H A Dcortina.c170 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV); in cs4340_upload_firmware()
/openbmc/u-boot/drivers/qe/
H A Dqe.c253 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV); in u_qe_init()
287 struct mmc *mmc = find_mmc_device(CONFIG_SYS_MMC_ENV_DEV); in u_qe_init()
/openbmc/u-boot/common/spl/
H A Dspl_mmc.c138 *mmcp = find_mmc_device(mmc_dev); in spl_mmc_find_device()
/openbmc/u-boot/board/samsung/odroid/
H A Dodroid.c87 mmc = find_mmc_device(dev_num); in get_dfu_alt_boot()
/openbmc/u-boot/board/toradex/common/
H A Dtdx-cfg-block.c114 mmc = find_mmc_device(dev); in tdx_cfg_block_mmc_storage()

12