Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/platform_data/
Dhsmmc-omap.h27 #define OMAP_HSMMC_SUPPORTS_DUAL_VOLT BIT(0) macro
/linux-4.4.14/arch/arm/mach-omap2/
Domap_hwmod_33xx_43xx_ipblock_data.c854 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
872 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
890 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_2430_data.c376 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_81xx_data.c936 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_3xxx_data.c1771 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
1776 .flags = (OMAP_HSMMC_SUPPORTS_DUAL_VOLT |
Domap_hwmod_54xx_data.c1279 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_7xx_data.c1367 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_44xx_data.c1961 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
/linux-4.4.14/drivers/mmc/host/
Domap_hsmmc.c739 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_context_restore()
1674 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_set_ios()
1816 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_conf_bus_power()
1970 pdata->controller_flags |= OMAP_HSMMC_SUPPORTS_DUAL_VOLT; in of_get_hsmmc_pdata()