Home
last modified time | relevance | path

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

/drivers/mmc/host/
Ddw_mmc.h381 #define SDMMC_INT_CD BIT(0) macro
Ddw_mmc.c2702 if (pending & SDMMC_INT_CD) { in dw_mci_interrupt()
2703 mci_writel(host, RINTSTS, SDMMC_INT_CD); in dw_mci_interrupt()
3155 temp |= SDMMC_INT_CD; in dw_mci_enable_cd()