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

/netbsd-current/sys/dev/isa/
H A Dwtreg.h82 #define TPWMARK 0x0020 /* write file mark command outstanding */ macro
H A Dwt.c727 if (sc->flags & (TPRMARK | TPWMARK)) {
733 sc->flags &= ~(TPRMARK | TPWMARK); /* operation finished */
841 sc->flags |= TPWMARK | TPWANY;
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 90 milliseconds