Searched refs:SDMMC_IDMAC_INT_TI (Results 1 – 2 of 2) sorted by relevance
61 SDMMC_IDMAC_INT_TI)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()2802 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()2803 mci_writel(host, IDSTS64, SDMMC_IDMAC_INT_TI | in dw_mci_interrupt()2811 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()2812 mci_writel(host, IDSTS, SDMMC_IDMAC_INT_TI | in dw_mci_interrupt()
432 #define SDMMC_IDMAC_INT_TI BIT(0) macro