Home
last modified time | relevance | path

Searched refs:TPWP (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dwtreg.h90 #define TPWP 0x2000 /* write protect error seen */ macro
H A Dwt.c522 if ((sc->flags & TPWRITE) == 0 || (sc->flags & TPWP)) in wtioctl()
588 if ((sc->flags & TPWRITE) == 0 || (sc->flags & TPWP)) in wtioctl()
641 if ((sc->flags & TPWRITE) == 0 || (sc->flags & (TPWP | TPRANY))) in wtstrategy()
1090 else if ((error & TP_WRP) && (sc->flags & TPWP) == 0) { in wtsense()
1092 sc->flags |= TPWP; in wtsense()