HomeSort by: relevance | last modified time | path
    Searched refs:TPREW (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
wtreg.h 83 #define TPREW 0x0040 /* rewind command outstanding */
wt.c 462 if (sc->flags & TPREW)
492 sc->flags &= TPREW | TPRMARK | TPSTART | TPTIMER;
537 sc->flags |= TPSTART | TPREW;
572 if (sc->flags & TPREW) /* rewind is running */
714 if (sc->flags & TPREW) {
718 sc->flags &= ~TPREW; /* rewind finished */
806 sc->flags |= TPSTART | TPREW;
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)
    [all...]

Completed in 12 milliseconds