Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
A Ddw_mmc.h386 #define SDMMC_INT_CMD_DONE BIT(2) macro
A Ddw_mmc.c2768 if (pending & SDMMC_INT_CMD_DONE) { in dw_mci_interrupt()
2771 mci_writel(host, RINTSTS, SDMMC_INT_CMD_DONE); in dw_mci_interrupt()
3069 if (pending & (DW_MCI_CMD_ERROR_FLAGS | SDMMC_INT_CMD_DONE)) { in dw_mci_cto_timer()
3396 mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER | in dw_mci_probe()
3515 mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER | in dw_mci_runtime_resume()

Completed in 11 milliseconds