Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
A Ddw_mmc.c60 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()
2797 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()
2799 SDMMC_IDMAC_INT_RI); in dw_mci_interrupt()
2806 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()
2808 SDMMC_IDMAC_INT_RI); in dw_mci_interrupt()
A Ddw_mmc.h431 #define SDMMC_IDMAC_INT_RI BIT(1) macro

Completed in 10 milliseconds