Home
last modified time | relevance | path

Searched refs:MCI_PWR_ON (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmci.c122 .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 Dmmci.h10 #define MCI_PWR_ON 0x03 macro
H A Dmmci_stm32_sdmmc.c309 mmci_write_pwrreg(host, MCI_PWR_ON | pwr); in mmci_sdmmc_set_pwrreg()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmmci.c124 .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 Dmmci.h10 #define MCI_PWR_ON 0x03 macro
H A Dmmci_stm32_sdmmc.c403 mmci_write_pwrreg(host, MCI_PWR_ON | pwr); in mmci_sdmmc_set_pwrreg()

Completed in 10 milliseconds