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

  /src/sys/dev/isa/
wtreg.h 91 #define TPTIMER 0x4000 /* timer() is active */
wt.c 492 sc->flags &= TPREW | TPRMARK | TPSTART | TPTIMER;
986 if (sc->flags & TPTIMER)
988 sc->flags |= TPTIMER;
1009 sc->flags &= ~TPTIMER;

Completed in 40 milliseconds