Home
last modified time | relevance | path

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

/openbsd/sys/dev/isa/
H A Dsbdspvar.h211 int sbdsp_speaker_ctl(void *, int);
H A Dsbdsp.c731 sbdsp_speaker_ctl(void *addr, int newstate) in sbdsp_speaker_ctl() function
772 sbdsp_speaker_ctl(sc, (flags & FWRITE) ? SPKR_ON : SPKR_OFF); in sbdsp_open()