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

/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.h409 #define STOP_STARTED 2 macro
H A Dsdhci.c1960 if (!(slot->flags & STOP_STARTED) && mmcio->stop.opcode != 0) {
1961 slot->flags |= STOP_STARTED;
1992 !(slot->flags & STOP_STARTED) && req->stop) {
1993 slot->flags |= STOP_STARTED;

Completed in 50 milliseconds