Home
last modified time | relevance | path

Searched refs:RDF_SWAIT (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/hp300/dev/
Drdvar.h85 #define RDF_SWAIT 0x04 macro
Drd.c1108 if ((sc->sc_flags & RDF_SWAIT) == 0) { in rdintr()
1119 sc->sc_flags |= RDF_SWAIT; in rdintr()
1124 sc->sc_flags &= ~RDF_SWAIT; in rdintr()
/netbsd/src/sys/dev/gpib/
Drd.c127 #define RDF_SWAIT 0x04 macro
786 if ((sc->sc_flags & RDF_SWAIT) == 0) { in rdintr()
790 sc->sc_flags |= RDF_SWAIT; in rdintr()
795 sc->sc_flags &= ~RDF_SWAIT; in rdintr()