Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Ddw_mmc.h123 #define SDMMC_INT_CD BIT(0) macro
Ddw_mmc.c2437 if (pending & SDMMC_INT_CD) { in dw_mci_interrupt()
2438 mci_writel(host, RINTSTS, SDMMC_INT_CD); in dw_mci_interrupt()
2948 temp |= SDMMC_INT_CD; in dw_mci_enable_cd()