Searched refs:SDMMC_IDMAC_INT_TI (Results 1 – 3 of 3) sorted by relevance
247 #define SDMMC_IDMAC_INT_TI BIT(0) macro
62 SDMMC_IDMAC_INT_TI)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()2836 mci_writel(host, IDSTS64, SDMMC_IDMAC_INT_TI | in dw_mci_interrupt()2844 if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) { in dw_mci_interrupt()2845 mci_writel(host, IDSTS, SDMMC_IDMAC_INT_TI | in dw_mci_interrupt()2851 if (host->is_rv1106_sd && (pending & SDMMC_IDMAC_INT_TI)) in dw_mci_interrupt()
431 #define SDMMC_IDMAC_INT_TI BIT(0) macro