Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/platform_data/
Dhsmmc-omap.h27 #define OMAP_HSMMC_SUPPORTS_DUAL_VOLT BIT(0) macro
/linux-4.1.27/arch/arm/mach-omap2/
Domap_hwmod_33xx_43xx_ipblock_data.c840 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
858 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
876 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_2430_data.c376 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_81xx_data.c796 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_3xxx_data.c1790 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
1795 .flags = (OMAP_HSMMC_SUPPORTS_DUAL_VOLT |
Domap_hwmod_54xx_data.c1279 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_7xx_data.c1306 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_44xx_data.c1968 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
/linux-4.1.27/drivers/mmc/host/
Domap_hsmmc.c636 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_context_restore()
1586 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_set_ios()
1733 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_conf_bus_power()
1887 pdata->controller_flags |= OMAP_HSMMC_SUPPORTS_DUAL_VOLT; in of_get_hsmmc_pdata()