Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-st.c274 ctrl_2 |= SDHCI_CTRL_UHS_SDR12 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
278 ctrl_2 |= SDHCI_CTRL_UHS_SDR25 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
282 ctrl_2 |= SDHCI_CTRL_UHS_SDR50 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
288 ctrl_2 |= SDHCI_CTRL_UHS_SDR104 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
294 ctrl_2 |= SDHCI_CTRL_UHS_DDR50 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
H A Dsdhci-pxav3.c260 ctrl_2 |= SDHCI_CTRL_UHS_SDR50 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
263 ctrl_2 |= SDHCI_CTRL_UHS_SDR104 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
267 ctrl_2 |= SDHCI_CTRL_UHS_DDR50 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
H A Dsdhci-msm.c2081 req_type = (val & SDHCI_CTRL_VDD_180) ? REQ_IO_LOW : in __sdhci_msm_check_write()
2217 ctrl &= ~SDHCI_CTRL_VDD_180; in sdhci_msm_start_signal_voltage_switch()
2224 ctrl |= SDHCI_CTRL_VDD_180; in sdhci_msm_start_signal_voltage_switch()
2237 status = ctrl & SDHCI_CTRL_VDD_180; in sdhci_msm_start_signal_voltage_switch()
2239 if ((ctrl & SDHCI_CTRL_VDD_180) == status) in sdhci_msm_start_signal_voltage_switch()
H A Dsdhci-of-dwcmshc.c485 ctrl_2 |= SDHCI_CTRL_VDD_180; in dwcmshc_set_uhs_signaling()
865 if (!(ctrl_2 & SDHCI_CTRL_VDD_180)) { in th1520_sdhci_reset()
866 ctrl_2 |= SDHCI_CTRL_VDD_180; in th1520_sdhci_reset()
H A Dsdhci.h197 #define SDHCI_CTRL_VDD_180 0x0008 macro
H A Dsdhci-esdhc-imx.c648 ret |= SDHCI_CTRL_VDD_180; in esdhc_readw_le()
706 if (val & SDHCI_CTRL_VDD_180) in esdhc_writew_le()
H A Dsdhci.c2614 ctrl &= ~SDHCI_CTRL_VDD_180; in sdhci_start_signal_voltage_switch()
2630 if (!(ctrl & SDHCI_CTRL_VDD_180)) in sdhci_start_signal_voltage_switch()
2653 ctrl |= SDHCI_CTRL_VDD_180; in sdhci_start_signal_voltage_switch()
2662 if (ctrl & SDHCI_CTRL_VDD_180) in sdhci_start_signal_voltage_switch()