Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Ddw_mmc.h439 #define SDMMC_IDMAC_INT_RI BIT(1) macro
Ddw_mmc.c59 SDMMC_IDMAC_INT_FBE | SDMMC_IDMAC_INT_RI | \
559 SDMMC_IDMAC_INT_RI | SDMMC_IDMAC_INT_TI); in dw_mci_idmac_init()
569 SDMMC_IDMAC_INT_RI | SDMMC_IDMAC_INT_TI); in dw_mci_idmac_init()
2848 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()
2850 SDMMC_IDMAC_INT_RI); in dw_mci_interrupt()
2857 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()
2859 SDMMC_IDMAC_INT_RI); in dw_mci_interrupt()