/openbmc/openpower-pnor-code-mgmt/mmc/ |
H A D | obmc-flash-bios | 19 mmc_init() { 176 mmc_init
|
/openbmc/u-boot/arch/arm/mach-uniphier/ |
H A D | mmc-first-dev.c | 17 if (!mmc_init(mmc) && IS_MMC(mmc)) in find_first_mmc_device()
|
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/ |
H A D | jz4780.c | 52 ret = mmc_init(mmc); in board_init_f()
|
/openbmc/u-boot/cmd/ |
H A D | mmc_spi.c | 77 mmc_init(mmc); in do_mmc_spi()
|
H A D | mmc.c | 109 if (mmc_init(mmc)) in init_mmc_device() 842 if (mmc_init(mmc)) in do_mmc_setdsr()
|
/openbmc/u-boot/board/samsung/common/ |
H A D | exynos5-dt.c | 175 if (mmc_init(mmc)) in get_dfu_alt_boot()
|
H A D | misc.c | 244 mmc_init(mmc); in display_board_info()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | sandbox_mmc.c | 108 return mmc_init(&plat->mmc); in sandbox_mmc_probe()
|
H A D | fsl_esdhc_spl.c | 32 if (mmc_init(mmc)) { in mmc_spl_load_image()
|
H A D | mmc_legacy.c | 241 ret = mmc_init(mmc); in mmc_get_dev()
|
H A D | mmc-uclass.c | 362 ret = mmc_init(mmc); in mmc_blk_probe()
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | fm.c | 419 mmc_init(mmc); in fm_init_common() 500 mmc_init(mmc); in fm_init_common()
|
/openbmc/u-boot/cmd/mvebu/ |
H A D | bubt.c | 130 err = mmc_init(mmc); in mmc_burn_image() 199 if (mmc_init(mmc)) { in mmc_read_file()
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | ppa.c | 85 ret = mmc_init(mmc); in ppa_init()
|
/openbmc/u-boot/board/Arcturus/ucp1020/ |
H A D | ucp1020.c | 220 if (!mmc_init(mmc)) { in last_stage_init()
|
/openbmc/u-boot/drivers/qe/ |
H A D | qe.c | 261 mmc_init(mmc); in u_qe_init() 295 mmc_init(mmc); in u_qe_init()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | cortina.c | 178 mmc_init(mmc); in cs4340_upload_firmware()
|
/openbmc/u-boot/common/spl/ |
H A D | spl_mmc.c | 323 err = mmc_init(mmc); in spl_mmc_load()
|
/openbmc/u-boot/env/ |
H A D | mmc.c | 166 if (mmc_init(mmc)) in init_mmc_for_env()
|
/openbmc/u-boot/drivers/dfu/ |
H A D | dfu_mmc.c | 329 if (mmc_init(mmc)) { in dfu_fill_entity_mmc()
|
/openbmc/u-boot/board/samsung/odroid/ |
H A D | odroid.c | 91 if (mmc_init(mmc)) in get_dfu_alt_boot()
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd-id.c | 420 mmc_init(mmc); in compute_second_stage_hash() 799 mmc_init(mmc); in load_sd_key_program()
|
/openbmc/u-boot/include/ |
H A D | mmc.h | 691 int mmc_init(struct mmc *mmc);
|
/openbmc/u-boot/common/ |
H A D | avb_verify.c | 356 if (mmc_init(part->mmc)) { in get_partition()
|
/openbmc/linux/drivers/mmc/core/ |
H A D | core.c | 2333 static int __init mmc_init(void) in mmc_init() function 2365 subsys_initcall(mmc_init);
|