Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/isa/
Dpcppivar.h37 #define PCPPI_BELL_SLEEP 0x01 /* synchronous; sleep for complete */ macro
Dpcppi.c236 if (slp & PCPPI_BELL_SLEEP) { in pcppi_bell()
Dspkr.c88 pcppi_bell(ppicookie, freq, ms, PCPPI_BELL_SLEEP); in tone()