Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc_reg.h69 #define SDMMC_INTMASK_CMD_DONE (1 << 2) /* Command done */ macro
H A Ddwmmc.c408 if (reg & SDMMC_INTMASK_CMD_DONE) { in dwmmc_intr()
740 WRITE4(sc, SDMMC_INTMASK, (SDMMC_INTMASK_CMD_DONE | in dwmmc_attach()