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

/freebsd-current/sys/dev/speaker/
H A Dspkr.c53 static void tone(unsigned int thz, unsigned int centisecs);
60 * Emit tone of frequency thz for given number of centisecs
63 tone(unsigned int thz, unsigned int centisecs) argument
67 if (thz <= 0)
71 (void) printf("tone: thz=%d centisecs=%d\n", thz, centisecs);
80 timer_spkr_setfreq(thz);

Completed in 43 milliseconds