Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Ddw_mmc.h166 #define SDMMC_IDMAC_INT_RI BIT(1) macro
Ddw_mmc.c61 SDMMC_IDMAC_INT_FBE | SDMMC_IDMAC_INT_RI | \
657 SDMMC_IDMAC_INT_RI | SDMMC_IDMAC_INT_TI); in dw_mci_idmac_init()
667 SDMMC_IDMAC_INT_RI | SDMMC_IDMAC_INT_TI); in dw_mci_idmac_init()
2464 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()
2466 SDMMC_IDMAC_INT_RI); in dw_mci_interrupt()
2472 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()
2474 SDMMC_IDMAC_INT_RI); in dw_mci_interrupt()