Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci-st.c282 ctrl_2 |= SDHCI_CTRL_UHS_SDR12 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
286 ctrl_2 |= SDHCI_CTRL_UHS_SDR25 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
290 ctrl_2 |= SDHCI_CTRL_UHS_SDR50 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
296 ctrl_2 |= SDHCI_CTRL_UHS_SDR104 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
302 ctrl_2 |= SDHCI_CTRL_UHS_DDR50 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
Dsdhci-pxav3.c273 ctrl_2 |= SDHCI_CTRL_UHS_SDR50 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
276 ctrl_2 |= SDHCI_CTRL_UHS_SDR104 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
280 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.c367 ret |= SDHCI_CTRL_VDD_180; in esdhc_readw_le()
423 if (val & SDHCI_CTRL_VDD_180) in esdhc_writew_le()
Dsdhci.c1799 ctrl &= ~SDHCI_CTRL_VDD_180; in sdhci_do_start_signal_voltage_switch()
1816 if (!(ctrl & SDHCI_CTRL_VDD_180)) in sdhci_do_start_signal_voltage_switch()
1838 ctrl |= SDHCI_CTRL_VDD_180; in sdhci_do_start_signal_voltage_switch()
1847 if (ctrl & SDHCI_CTRL_VDD_180) in sdhci_do_start_signal_voltage_switch()