Home
last modified time | relevance | path

Searched refs:MCI_STM32_VSWITCHEN (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/mmc/host/
Dmmci_stm32_sdmmc.c354 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()
Dmmci.h29 #define MCI_STM32_VSWITCHEN BIT(3) macro