Searched refs:SDMMC_IDMAC_INT_RI (Results 1 – 2 of 2) sorted by relevance
438 #define SDMMC_IDMAC_INT_RI BIT(1) macro
60 SDMMC_IDMAC_INT_FBE | SDMMC_IDMAC_INT_RI | \560 SDMMC_IDMAC_INT_RI | SDMMC_IDMAC_INT_TI); in dw_mci_idmac_init()570 SDMMC_IDMAC_INT_RI | SDMMC_IDMAC_INT_TI); in dw_mci_idmac_init()2843 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()2845 SDMMC_IDMAC_INT_RI); in dw_mci_interrupt()2852 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()2854 SDMMC_IDMAC_INT_RI); in dw_mci_interrupt()
Completed in 15 milliseconds