Home
last modified time | relevance | path

Searched refs:SDMMC_IDMAC_INT_TI (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Drk_sdmmc.h247 #define SDMMC_IDMAC_INT_TI BIT(0) macro
H A Ddw_mmc.c62 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()
H A Ddw_mmc.h431 #define SDMMC_IDMAC_INT_TI BIT(0) macro