Home
last modified time | relevance | path

Searched refs:OMAP_HSMMC_SUPPORTS_DUAL_VOLT (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/linux/platform_data/
Dhsmmc-omap.h27 #define OMAP_HSMMC_SUPPORTS_DUAL_VOLT BIT(0) macro
/Linux-v4.19/arch/arm/mach-omap2/
Domap_hwmod_33xx_43xx_ipblock_data.c784 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
802 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
820 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_2430_data.c335 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_3xxx_data.c1317 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
1322 .flags = (OMAP_HSMMC_SUPPORTS_DUAL_VOLT |
Domap_hwmod_54xx_data.c1216 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_44xx_data.c1926 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_7xx_data.c1663 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
/Linux-v4.19/drivers/mmc/host/
Domap_hsmmc.c702 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_context_restore()
1623 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_set_ios()
1763 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_conf_bus_power()
1921 pdata->controller_flags |= OMAP_HSMMC_SUPPORTS_DUAL_VOLT; in of_get_hsmmc_pdata()