Searched refs:mmc_info (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/plat/rpi/rpi3/ |
| H A D | rpi3_bl2_setup.c | 31 static struct mmc_device_info mmc_info; variable 46 mmc_info.mmc_dev_type = MMC_IS_SD_HC; in rpi3_sdhost_setup() 47 mmc_info.ocr_voltage = OCR_3_2_3_3 | OCR_3_3_3_4; in rpi3_sdhost_setup() 48 rpi3_sdhost_init(¶ms, &mmc_info); in rpi3_sdhost_setup()
|
| /rk3399_ARM-atf/plat/hisilicon/poplar/ |
| H A D | bl1_plat_setup.c | 34 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(¶ms, &mmc_info); in bl1_platform_setup()
|
| H A D | bl2_plat_setup.c | 30 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(¶ms, &mmc_info); in bl2_early_platform_setup2()
|
| /rk3399_ARM-atf/plat/intel/soc/stratix10/ |
| H A D | bl2_plat_setup.c | 33 static struct mmc_device_info mmc_info; variable 116 mmc_info.mmc_dev_type = MMC_IS_SD; in bl2_el3_plat_arch_setup() 117 mmc_info.ocr_voltage = OCR_3_3_3_4 | OCR_3_2_3_3; in bl2_el3_plat_arch_setup() 124 dw_mmc_init(¶ms, &mmc_info); in bl2_el3_plat_arch_setup()
|
| /rk3399_ARM-atf/plat/intel/soc/agilex/ |
| H A D | bl2_plat_setup.c | 37 static struct mmc_device_info mmc_info; variable 124 mmc_info.mmc_dev_type = MMC_IS_SD; in bl2_el3_plat_arch_setup() 125 mmc_info.ocr_voltage = OCR_3_3_3_4 | OCR_3_2_3_3; in bl2_el3_plat_arch_setup() 133 dw_mmc_init(¶ms, &mmc_info); in bl2_el3_plat_arch_setup()
|
| /rk3399_ARM-atf/plat/imx/imx7/warp7/ |
| H A D | warp7_bl2_el3_setup.c | 72 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(¶ms, &mmc_info); in warp7_usdhc_setup()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hikey_bl1_setup.c | 32 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(¶ms, &mmc_info); in bl1_platform_setup()
|
| H A D | hikey_bl2_setup.c | 36 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(¶ms, &mmc_info); in bl2_platform_setup()
|
| /rk3399_ARM-atf/plat/imx/imx7/picopi/ |
| H A D | picopi_bl2_el3_setup.c | 46 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(¶ms, &mmc_info); in picopi_usdhc_setup()
|
| /rk3399_ARM-atf/plat/intel/soc/agilex5/ |
| H A D | bl2_plat_setup.c | 48 static struct mmc_device_info mmc_info; variable 178 mmc_info.mmc_dev_type = MMC_DEVICE_TYPE; in bl2_el3_plat_arch_setup() 179 mmc_info.ocr_voltage = OCR_3_3_3_4 | OCR_3_2_3_3; in bl2_el3_plat_arch_setup() 189 cdns_mmc_init(¶ms, &mmc_info); in bl2_el3_plat_arch_setup()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | bl2_io_storage.c | 57 static struct mmc_device_info mmc_info; variable 230 mmc_info.mmc_dev_type = mmc_dev_type; in boot_mmc() 256 params.device_info = &mmc_info; in boot_mmc()
|