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

/freebsd-11-stable/sys/dev/speaker/
H A Dspkr.c56 static void tone(unsigned int thz, unsigned int centisecs);
63 * Emit tone of frequency thz for given number of centisecs
66 tone(unsigned int thz, unsigned int centisecs) argument
70 if (thz <= 0)
74 (void) printf("tone: thz=%d centisecs=%d\n", thz, centisecs);
87 timer_spkr_setfreq(thz);

Completed in 106 milliseconds