Searched refs:xhz (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/
H A Dspkr_audio.c66 spkr_audio_tone(device_t self, u_int xhz, u_int ticks) argument
71 device_printf(self, "%s: %u %u\n", __func__, xhz, ticks);
74 if (xhz == 0 || ticks == 0)
77 audiobell(sc->sc_audiodev, xhz, hztoms(ticks), sc->sc_spkr.sc_vol, 0);
/netbsd-current/sys/dev/isa/
H A Dspkr_pcppi.c83 spkr_pcppi_tone(device_t self, u_int xhz, u_int ticks) argument
86 device_printf(self, "%s: %u %u\n", __func__, xhz, ticks);
89 (*sc->sc_bell_func)(sc->sc_pcppicookie, xhz, ticks, PCPPI_BELL_SLEEP);

Completed in 87 milliseconds