Searched refs:MCI_STM32_VSWITCHEN (Results 1 – 2 of 2) sorted by relevance
354 pwr |= host->pwr_reg & (MCI_STM32_VSWITCHEN | in mmci_sdmmc_set_pwrreg()529 mmci_write_pwrreg(host, host->pwr_reg | MCI_STM32_VSWITCHEN); in sdmmc_pre_sig_volt_vswitch()541 host->pwr_reg & MCI_STM32_VSWITCHEN) { in sdmmc_post_sig_volt_switch()555 ~(MCI_STM32_VSWITCHEN | MCI_STM32_VSWITCH)); in sdmmc_post_sig_volt_switch()
29 #define MCI_STM32_VSWITCHEN BIT(3) macro