Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/platform_data/
Dhsmmc-omap.h24 #define OMAP_HSMMC_SUPPORTS_DUAL_VOLT BIT(0) macro
/Linux-v5.4/arch/arm/mach-omap2/
Domap_hwmod_2430_data.c331 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
Domap_hwmod_3xxx_data.c1310 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
1315 .flags = (OMAP_HSMMC_SUPPORTS_DUAL_VOLT |
/Linux-v5.4/drivers/mmc/host/
Domap_hsmmc.c643 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_context_restore()
1483 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_set_ios()
1614 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_conf_bus_power()
1762 pdata->controller_flags |= OMAP_HSMMC_SUPPORTS_DUAL_VOLT; in of_get_hsmmc_pdata()