Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Doboe.c103 #define OBOE_WSLP 0x02 /* waiting for data (write) */ macro
358 sc->sc_state |= OBOE_WSLP; in oboe_write()
363 sc->sc_state &= ~OBOE_WSLP; in oboe_write()
600 if (sc->sc_state & OBOE_WSLP) { in oboe_intr()
602 sc->sc_state &= ~OBOE_WSLP; in oboe_intr()