Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Drk_sdmmc.h199 #define SDMMC_INT_CD BIT(0) macro
H A Ddw_mmc.h387 #define SDMMC_INT_CD BIT(0) macro
H A Ddw_mmc.c2815 if (pending & SDMMC_INT_CD) { in dw_mci_interrupt()
2816 mci_writel(host, RINTSTS, SDMMC_INT_CD); in dw_mci_interrupt()
3315 temp |= SDMMC_INT_CD; in dw_mci_enable_cd()