Searched refs:SDMMC_IDMAC_INT_RI (Results 1 – 3 of 3) sorted by relevance
246 #define SDMMC_IDMAC_INT_RI BIT(1) macro
61 SDMMC_IDMAC_INT_FBE | SDMMC_IDMAC_INT_RI | \592 SDMMC_IDMAC_INT_RI | SDMMC_IDMAC_INT_TI); in dw_mci_idmac_init()602 SDMMC_IDMAC_INT_RI | SDMMC_IDMAC_INT_TI); in dw_mci_idmac_init()2835 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()2837 SDMMC_IDMAC_INT_RI); in dw_mci_interrupt()2844 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()2846 SDMMC_IDMAC_INT_RI); in dw_mci_interrupt()
430 #define SDMMC_IDMAC_INT_RI BIT(1) macro