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

/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc_reg.h71 #define SDMMC_INTMASK_CMD_DONE (1 << 2) /* Command done */ macro
H A Ddwmmc.c412 if (reg & SDMMC_INTMASK_CMD_DONE) {
758 WRITE4(sc, SDMMC_INTMASK, (SDMMC_INTMASK_CMD_DONE |

Completed in 84 milliseconds