Searched refs:SDHCI_CTRL_VDD_180 (Results 1 – 8 of 8) sorted by relevance
274 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()
260 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()
116 spacemit_sdhci_setbits(host, SDHCI_CTRL_VDD_180, SDHCI_HOST_CONTROL2); in spacemit_sdhci_set_uhs_signaling()
444 ctrl_2 |= SDHCI_CTRL_VDD_180; in dwcmshc_set_uhs_signaling()847 if (!(ctrl_2 & SDHCI_CTRL_VDD_180)) { in th1520_sdhci_reset()848 ctrl_2 |= SDHCI_CTRL_VDD_180; in th1520_sdhci_reset()
2197 req_type = (val & SDHCI_CTRL_VDD_180) ? REQ_IO_LOW : in __sdhci_msm_check_write()2333 ctrl &= ~SDHCI_CTRL_VDD_180; in sdhci_msm_start_signal_voltage_switch()2340 ctrl |= SDHCI_CTRL_VDD_180; in sdhci_msm_start_signal_voltage_switch()2353 status = ctrl & SDHCI_CTRL_VDD_180; in sdhci_msm_start_signal_voltage_switch()2355 if ((ctrl & SDHCI_CTRL_VDD_180) == status) in sdhci_msm_start_signal_voltage_switch()
235 #define SDHCI_CTRL_VDD_180 0x0008 macro
680 ret |= SDHCI_CTRL_VDD_180; in esdhc_readw_le()738 if (val & SDHCI_CTRL_VDD_180) in esdhc_writew_le()
2657 ctrl &= ~SDHCI_CTRL_VDD_180; in sdhci_start_signal_voltage_switch()2673 if (!(ctrl & SDHCI_CTRL_VDD_180)) in sdhci_start_signal_voltage_switch()2696 ctrl |= SDHCI_CTRL_VDD_180; in sdhci_start_signal_voltage_switch()2705 if (ctrl & SDHCI_CTRL_VDD_180) in sdhci_start_signal_voltage_switch()
Completed in 35 milliseconds