Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Ddw_mmc.h395 #define SDMMC_INT_CD BIT(0) macro
Ddw_mmc.c2824 if (pending & SDMMC_INT_CD) { in dw_mci_interrupt()
2825 mci_writel(host, RINTSTS, SDMMC_INT_CD); in dw_mci_interrupt()
3276 temp |= SDMMC_INT_CD; in dw_mci_enable_cd()