Searched refs:MCI_PWR_ON (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mmci.c | 122 .pwrreg_powerup = MCI_PWR_ON, 148 .pwrreg_powerup = MCI_PWR_ON, 178 .pwrreg_powerup = MCI_PWR_ON, 213 .pwrreg_powerup = MCI_PWR_ON, 246 .pwrreg_powerup = MCI_PWR_ON, 1766 * and instead uses MCI_PWR_ON so apply whatever value is in mmci_set_ios() 1782 pwr |= MCI_PWR_ON; in mmci_set_ios() 1818 * gating the clock, the MCI_PWR_ON bit is cleared. in mmci_set_ios() 1821 pwr &= ~MCI_PWR_ON; in mmci_set_ios()
|
H A D | mmci.h | 10 #define MCI_PWR_ON 0x03 macro
|
H A D | mmci_stm32_sdmmc.c | 309 mmci_write_pwrreg(host, MCI_PWR_ON | pwr); in mmci_sdmmc_set_pwrreg()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mmci.c | 124 .pwrreg_powerup = MCI_PWR_ON, 150 .pwrreg_powerup = MCI_PWR_ON, 180 .pwrreg_powerup = MCI_PWR_ON, 215 .pwrreg_powerup = MCI_PWR_ON, 248 .pwrreg_powerup = MCI_PWR_ON, 1924 * and instead uses MCI_PWR_ON so apply whatever value is in mmci_set_ios() 1940 pwr |= MCI_PWR_ON; in mmci_set_ios() 1976 * gating the clock, the MCI_PWR_ON bit is cleared. in mmci_set_ios() 1979 pwr &= ~MCI_PWR_ON; in mmci_set_ios()
|
H A D | mmci.h | 10 #define MCI_PWR_ON 0x03 macro
|
H A D | mmci_stm32_sdmmc.c | 403 mmci_write_pwrreg(host, MCI_PWR_ON | pwr); in mmci_sdmmc_set_pwrreg()
|
Completed in 10 milliseconds