Searched refs:GUS_OPEN (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/isa/
H A Dgus.c199 #define GUS_OPEN 0x100 /* GUS is open */ macro
1094 if (sc->sc_flags & GUS_OPEN)
1101 sc->sc_flags |= GUS_OPEN;
1365 sc->sc_flags &= ~GUS_OPEN;

Completed in 117 milliseconds