Searched refs:mmc_info (Results 1 – 11 of 11) sorted by relevance
34 static struct mmc_device_info mmc_info; variable109 mmc_info.mmc_dev_type = MMC_IS_EMMC; in bl1_platform_setup()110 dw_mmc_init(¶ms, &mmc_info); in bl1_platform_setup()
30 static struct mmc_device_info mmc_info; variable191 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()
32 static struct mmc_device_info mmc_info; variable113 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(¶ms, &mmc_info); in bl2_el3_plat_arch_setup()
30 static struct mmc_device_info mmc_info; variable109 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(¶ms, &mmc_info); in bl2_el3_plat_arch_setup()
28 static struct mmc_device_info mmc_info; variable38 mmc_info.mmc_dev_type = MMC_IS_SD_HC; in rpi3_sdhost_setup()39 rpi3_sdhost_init(¶ms, &mmc_info); in rpi3_sdhost_setup()
72 static struct mmc_device_info mmc_info; variable109 mmc_info.mmc_dev_type = MMC_IS_EMMC; in warp7_usdhc_setup()110 imx_usdhc_init(¶ms, &mmc_info); in warp7_usdhc_setup()
32 static struct mmc_device_info mmc_info; variable104 mmc_info.mmc_dev_type = MMC_IS_EMMC; in bl1_platform_setup()105 dw_mmc_init(¶ms, &mmc_info); in bl1_platform_setup()
36 static struct mmc_device_info mmc_info; variable325 mmc_info.mmc_dev_type = MMC_IS_EMMC; in bl2_platform_setup()326 dw_mmc_init(¶ms, &mmc_info); in bl2_platform_setup()
46 static struct mmc_device_info mmc_info; variable103 mmc_info.mmc_dev_type = MMC_IS_EMMC; in picopi_usdhc_setup()104 imx_usdhc_init(¶ms, &mmc_info); in picopi_usdhc_setup()
47 static struct mmc_device_info mmc_info; variable163 mmc_info.mmc_dev_type = mmc_dev_type; in boot_mmc()185 params.device_info = &mmc_info; in boot_mmc()
44 static struct mmc_device_info mmc_info; variable350 mmc_info.mmc_dev_type = mmc_dev_type; in boot_mmc()372 params.device_info = &mmc_info; in boot_mmc()
Completed in 10 milliseconds