Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dsdhci-omap.c82 #define CAPA_VS30 BIT(25) macro
234 else if (capa & CAPA_VS30) in sdhci_omap_conf_bus_power()
562 if (!(reg & (CAPA_VS30 | CAPA_VS33))) in sdhci_omap_start_signal_voltage_switch()
565 if (reg & CAPA_VS30) in sdhci_omap_start_signal_voltage_switch()
993 reg &= ~(CAPA_VS18 | CAPA_VS30 | CAPA_VS33); in sdhci_omap_set_capabilities()
999 reg |= CAPA_VS30; in sdhci_omap_set_capabilities()