Home
last modified time | relevance | path

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

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