Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc_reg.h71 #define SDMMC_INTMASK_CD (1 << 0) /* Card Detected */ macro
H A Ddwmmc.c419 if (reg & SDMMC_INTMASK_CD) { in dwmmc_intr()
746 SDMMC_INTMASK_CD)); in dwmmc_attach()