Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-st.c283 ctrl_2 |= SDHCI_CTRL_UHS_SDR12 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
287 ctrl_2 |= SDHCI_CTRL_UHS_SDR25 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
291 ctrl_2 |= SDHCI_CTRL_UHS_SDR50 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
297 ctrl_2 |= SDHCI_CTRL_UHS_SDR104 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
303 ctrl_2 |= SDHCI_CTRL_UHS_DDR50 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
Dsdhci-pxav3.c274 ctrl_2 |= SDHCI_CTRL_UHS_SDR50 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
277 ctrl_2 |= SDHCI_CTRL_UHS_SDR104 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
281 ctrl_2 |= SDHCI_CTRL_UHS_DDR50 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
Dsdhci.h179 #define SDHCI_CTRL_VDD_180 0x0008 macro
Dsdhci-esdhc-imx.c425 ret |= SDHCI_CTRL_VDD_180; in esdhc_readw_le()
481 if (val & SDHCI_CTRL_VDD_180) in esdhc_writew_le()
Dsdhci.c2011 ctrl &= ~SDHCI_CTRL_VDD_180; in sdhci_start_signal_voltage_switch()
2027 if (!(ctrl & SDHCI_CTRL_VDD_180)) in sdhci_start_signal_voltage_switch()
2050 ctrl |= SDHCI_CTRL_VDD_180; in sdhci_start_signal_voltage_switch()
2059 if (ctrl & SDHCI_CTRL_VDD_180) in sdhci_start_signal_voltage_switch()
Dsdhci-msm.c1518 req_type = (val & SDHCI_CTRL_VDD_180) ? REQ_IO_LOW : in __sdhci_msm_check_write()