Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mmc/host/
H A Ddwmmc.c106 #define PENDING_STOP 0x02 macro
1220 } else if (sc->flags & PENDING_STOP && !sc->use_auto_stop) { in dwmmc_next_operation()
1221 sc->flags &= ~PENDING_STOP; in dwmmc_next_operation()
1262 sc->flags |= PENDING_STOP; in dwmmc_request()