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

/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc_reg.h73 #define SDMMC_INTMASK_CD (1 << 0) /* Card Detected */ macro
H A Ddwmmc.c385 if (reg & SDMMC_INTMASK_CD) {
387 WRITE4(sc, SDMMC_RINTSTS, SDMMC_INTMASK_CD);
608 SDMMC_INTMASK_CD));

Completed in 109 milliseconds