Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mmc/host/
Ddw_mmc.h99 #define SDMMC_INT_CMD_DONE BIT(2) macro
Ddw_mmc.c1242 if (pending & SDMMC_INT_CMD_DONE) { in dw_mci_interrupt()
1243 mci_writel(host, RINTSTS, SDMMC_INT_CMD_DONE); in dw_mci_interrupt()
1687 mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER | in dw_mci_probe()
1813 mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER | in dw_mci_resume()