Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci-pxav3.c241 ctrl_2 |= SDHCI_CTRL_UHS_SDR50 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
244 ctrl_2 |= SDHCI_CTRL_UHS_SDR104 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
247 ctrl_2 |= SDHCI_CTRL_UHS_DDR50 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
Dsdhci.h165 #define SDHCI_CTRL_VDD_180 0x0008 macro
Dsdhci-esdhc-imx.c369 ret |= SDHCI_CTRL_VDD_180; in esdhc_readw_le()
425 if (val & SDHCI_CTRL_VDD_180) in esdhc_writew_le()
Dsdhci.c1771 ctrl &= ~SDHCI_CTRL_VDD_180; in sdhci_do_start_signal_voltage_switch()
1788 if (!(ctrl & SDHCI_CTRL_VDD_180)) in sdhci_do_start_signal_voltage_switch()
1810 ctrl |= SDHCI_CTRL_VDD_180; in sdhci_do_start_signal_voltage_switch()
1815 if (ctrl & SDHCI_CTRL_VDD_180) in sdhci_do_start_signal_voltage_switch()