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

  /src/sys/dev/isa/
wtreg.h 84 #define TPEXCEP 0x0080 /* i/o exception flag */
wt.c 662 sc->flags &= ~TPEXCEP;
670 if (sc->flags & TPEXCEP) {
769 sc->flags |= TPEXCEP; /* i/o error */
967 sc->flags |= TPEXCEP; /* error */
970 sc->flags &= ~TPEXCEP; /* clear exception flag */

Completed in 36 milliseconds