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

/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc_reg.h71 #define SDMMC_INTMASK_CMD_DONE (1 << 2) /* Command done */ macro
H A Ddwmmc.c369 if (reg & SDMMC_INTMASK_CMD_DONE) {
372 WRITE4(sc, SDMMC_RINTSTS, SDMMC_INTMASK_CMD_DONE);
602 WRITE4(sc, SDMMC_INTMASK, (SDMMC_INTMASK_CMD_DONE |

Completed in 61 milliseconds