Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/isa/
Dpcppivar.h58 #define PCPPI_BELL_SLEEP 0x01 /* synchronous; sleep for complete */ macro
Dspkr_pcppi.c89 (*sc->sc_bell_func)(sc->sc_pcppicookie, xhz, ticks, PCPPI_BELL_SLEEP); in spkr_pcppi_tone()
Dpcppi.c334 if (slp & PCPPI_BELL_SLEEP) { in pcppi_bell_locked()