Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Dwt.c474 if (sc->flags & TPWANY) { in wtclose()
485 if ((sc->flags & TPRANY) && (sc->flags & (TPVOL | TPWANY)) == 0) { in wtclose()
539 sc->flags |= TPWANY; in wtioctl()
621 if ((sc->flags & TPREAD) == 0 || (sc->flags & TPWANY)) in wtstrategy()
655 sc->flags |= TPWO | TPWANY; in wtstrategy()
841 sc->flags |= TPWMARK | TPWANY; in wtwritefm()
H A Dwtreg.h88 #define TPWANY 0x0800 /* write command requested */ macro