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

/netbsd-current/sys/dev/isa/
H A Dwtreg.h81 #define TPRMARK 0x0010 /* read file mark command outstanding */ macro
H A Dwt.c466 if (sc->flags & TPRMARK) {
492 sc->flags &= TPREW | TPRMARK | TPSTART | TPTIMER;
727 if (sc->flags & (TPRMARK | TPWMARK)) {
732 wtsense(sc, 1, (sc->flags & TPRMARK) ? TP_WRP : 0);
733 sc->flags &= ~(TPRMARK | TPWMARK); /* operation finished */
822 sc->flags |= TPRMARK | TPRANY;
926 while (sc->flags & (TPACTIVE | TPREW | TPRMARK | TPWMARK))
1010 if ((sc->flags & (TPACTIVE | TPREW | TPRMARK | TPWMARK)) == 0)
1024 if (sc->flags & (TPACTIVE | TPREW | TPRMARK | TPWMARK))

Completed in 114 milliseconds