Home
last modified time | relevance | path

Searched refs:MMC_IS_EMMC (Results 1 – 12 of 12) sorted by relevance

/rk3399_ARM-atf/plat/hisilicon/poplar/
H A Dbl1_plat_setup.c109 mmc_info.mmc_dev_type = MMC_IS_EMMC; in bl1_platform_setup()
H A Dbl2_plat_setup.c191 mmc_info.mmc_dev_type = MMC_IS_EMMC; in bl2_early_platform_setup2()
/rk3399_ARM-atf/drivers/mmc/
H A Dmmc.c234 if (mmc_dev_info->mmc_dev_type != MMC_IS_EMMC) { in mmc_set_ios()
266 case MMC_IS_EMMC: in mmc_fill_device_info()
349 if (mmc_dev_info->mmc_dev_type == MMC_IS_EMMC) { in mmc_fill_device_info()
488 if (mmc_dev_info->mmc_dev_type == MMC_IS_EMMC) { in mmc_enumerate()
510 if (mmc_dev_info->mmc_dev_type == MMC_IS_EMMC) { in mmc_enumerate()
/rk3399_ARM-atf/plat/imx/imx7/warp7/
H A Dwarp7_bl2_el3_setup.c109 mmc_info.mmc_dev_type = MMC_IS_EMMC; in warp7_usdhc_setup()
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_bl1_setup.c104 mmc_info.mmc_dev_type = MMC_IS_EMMC; in bl1_platform_setup()
H A Dhikey_bl2_setup.c325 mmc_info.mmc_dev_type = MMC_IS_EMMC; in bl2_platform_setup()
/rk3399_ARM-atf/plat/imx/imx7/picopi/
H A Dpicopi_bl2_el3_setup.c103 mmc_info.mmc_dev_type = MMC_IS_EMMC; in picopi_usdhc_setup()
/rk3399_ARM-atf/plat/st/common/
H A Dbl2_io_storage.c252 if (mmc_dev_type != MMC_IS_EMMC) { in boot_mmc()
273 if (mmc_dev_type == MMC_IS_EMMC) { in boot_mmc()
482 boot_mmc(MMC_IS_EMMC, boot_context->boot_interface_instance); in stm32mp_io_setup()
/rk3399_ARM-atf/include/drivers/
H A Dmmc.h249 MMC_IS_EMMC, enumerator
/rk3399_ARM-atf/drivers/st/mmc/
H A Dstm32_sdmmc2.c289 if (sdmmc2_params.device_info->mmc_dev_type == MMC_IS_EMMC) { in stm32_sdmmc2_send_cmd_req()
503 if (sdmmc2_params.device_info->mmc_dev_type == MMC_IS_EMMC) { in stm32_sdmmc2_set_ios()
/rk3399_ARM-atf/drivers/synopsys/emmc/
H A Ddw_mmc.c247 if (dw_params.mmc_dev_type == MMC_IS_EMMC) in dw_send_cmd()
/rk3399_ARM-atf/drivers/cadence/emmc/
H A Dcdns_sdmmc.c595 cdns_params.cdn_sdmmc_dev_type == MMC_IS_EMMC)) { in cdns_send_cmd()