Home
last modified time | relevance | path

Searched refs:SDMMC_INT_VOLT_SWITCH (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddw_mmc.h371 #define SDMMC_INT_VOLT_SWITCH BIT(10) /* overloads bit 10! */ macro
H A Ddw_mmc.c2629 (pending & SDMMC_INT_VOLT_SWITCH)) { in dw_mci_interrupt()
2630 mci_writel(host, RINTSTS, SDMMC_INT_VOLT_SWITCH); in dw_mci_interrupt()
2631 pending &= ~SDMMC_INT_VOLT_SWITCH; in dw_mci_interrupt()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc.h385 #define SDMMC_INT_VOLT_SWITCH BIT(10) /* overloads bit 10! */ macro
H A Ddw_mmc.c2734 (pending & SDMMC_INT_VOLT_SWITCH)) { in dw_mci_interrupt()
2735 mci_writel(host, RINTSTS, SDMMC_INT_VOLT_SWITCH); in dw_mci_interrupt()
2736 pending &= ~SDMMC_INT_VOLT_SWITCH; in dw_mci_interrupt()

Completed in 11 milliseconds