Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Drk_sdmmc.h197 #define SDMMC_INT_CMD_DONE BIT(2) macro
H A Ddw_mmc.h385 #define SDMMC_INT_CMD_DONE BIT(2) macro
H A Ddw_mmc.c2806 if (pending & SDMMC_INT_CMD_DONE) { in dw_mci_interrupt()
2809 mci_writel(host, RINTSTS, SDMMC_INT_CMD_DONE); in dw_mci_interrupt()
3114 if (pending & (DW_MCI_CMD_ERROR_FLAGS | SDMMC_INT_CMD_DONE)) { in dw_mci_cto_timer()
3507 mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER | in dw_mci_probe()
3646 mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER | DW_MCI_ERROR_FLAGS); in dw_mci_runtime_resume()