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

/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc_reg.h59 #define SDMMC_INTMASK_ACD (1 << 14) /* Auto command done */ macro
H A Ddwmmc.c375 if (reg & SDMMC_INTMASK_ACD) {
377 WRITE4(sc, SDMMC_RINTSTS, SDMMC_INTMASK_ACD);
604 SDMMC_INTMASK_ACD |

Completed in 62 milliseconds