Home
last modified time | relevance | path

Searched refs:mmc_info (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-a/plat/hisilicon/poplar/
A Dbl1_plat_setup.c34 static struct mmc_device_info mmc_info; variable
109 mmc_info.mmc_dev_type = MMC_IS_EMMC; in bl1_platform_setup()
110 dw_mmc_init(&params, &mmc_info); in bl1_platform_setup()
A Dbl2_plat_setup.c30 static struct mmc_device_info mmc_info; variable
191 mmc_info.mmc_dev_type = MMC_IS_EMMC; in bl2_early_platform_setup2()
192 dw_mmc_init(&params, &mmc_info); in bl2_early_platform_setup2()
/trusted-firmware-a/plat/intel/soc/agilex/
A Dbl2_plat_setup.c32 static struct mmc_device_info mmc_info; variable
113 mmc_info.mmc_dev_type = MMC_IS_SD; in bl2_el3_plat_arch_setup()
114 mmc_info.ocr_voltage = OCR_3_3_3_4 | OCR_3_2_3_3; in bl2_el3_plat_arch_setup()
118 dw_mmc_init(&params, &mmc_info); in bl2_el3_plat_arch_setup()
/trusted-firmware-a/plat/intel/soc/stratix10/
A Dbl2_plat_setup.c30 static struct mmc_device_info mmc_info; variable
109 mmc_info.mmc_dev_type = MMC_IS_SD; in bl2_el3_plat_arch_setup()
110 mmc_info.ocr_voltage = OCR_3_3_3_4 | OCR_3_2_3_3; in bl2_el3_plat_arch_setup()
114 dw_mmc_init(&params, &mmc_info); in bl2_el3_plat_arch_setup()
/trusted-firmware-a/plat/rpi/rpi3/
A Drpi3_bl2_setup.c28 static struct mmc_device_info mmc_info; variable
38 mmc_info.mmc_dev_type = MMC_IS_SD_HC; in rpi3_sdhost_setup()
39 rpi3_sdhost_init(&params, &mmc_info); in rpi3_sdhost_setup()
/trusted-firmware-a/plat/imx/imx7/warp7/
A Dwarp7_bl2_el3_setup.c72 static struct mmc_device_info mmc_info; variable
109 mmc_info.mmc_dev_type = MMC_IS_EMMC; in warp7_usdhc_setup()
110 imx_usdhc_init(&params, &mmc_info); in warp7_usdhc_setup()
/trusted-firmware-a/plat/hisilicon/hikey/
A Dhikey_bl1_setup.c32 static struct mmc_device_info mmc_info; variable
104 mmc_info.mmc_dev_type = MMC_IS_EMMC; in bl1_platform_setup()
105 dw_mmc_init(&params, &mmc_info); in bl1_platform_setup()
A Dhikey_bl2_setup.c36 static struct mmc_device_info mmc_info; variable
325 mmc_info.mmc_dev_type = MMC_IS_EMMC; in bl2_platform_setup()
326 dw_mmc_init(&params, &mmc_info); in bl2_platform_setup()
/trusted-firmware-a/plat/imx/imx7/picopi/
A Dpicopi_bl2_el3_setup.c46 static struct mmc_device_info mmc_info; variable
103 mmc_info.mmc_dev_type = MMC_IS_EMMC; in picopi_usdhc_setup()
104 imx_usdhc_init(&params, &mmc_info); in picopi_usdhc_setup()
/trusted-firmware-a/plat/st/common/
A Dbl2_io_storage.c47 static struct mmc_device_info mmc_info; variable
163 mmc_info.mmc_dev_type = mmc_dev_type; in boot_mmc()
185 params.device_info = &mmc_info; in boot_mmc()
A Dbl2_stm32_io_storage.c44 static struct mmc_device_info mmc_info; variable
350 mmc_info.mmc_dev_type = mmc_dev_type; in boot_mmc()
372 params.device_info = &mmc_info; in boot_mmc()

Completed in 10 milliseconds