Home
last modified time | relevance | path

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

/freebsd/sys/dev/speaker/
H A Dspkr.c54 static void tone(unsigned int thz, unsigned int centisecs);
64 tone(unsigned int thz, unsigned int centisecs) in tone() argument
68 if (thz <= 0) in tone()
72 (void) printf("tone: thz=%d centisecs=%d\n", thz, centisecs); in tone()
83 timer_spkr_setfreq(thz); in tone()