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

/freebsd-11-stable/contrib/ntp/util/
H A Dtg.c239 int tone = 1000; /* WWV sync frequency */ variable
283 tone = 1200;
375 printf("year %d day %d time %02d:%02d:%02d tone %d\n",
376 year, day, hour, minute, second, tone);
541 peep(arg, tone, HIGH);
542 peep(1000 - arg, tone, OFF);
590 peep(5, tone, HIGH); /* send seconds tick */
591 peep(25, tone, OFF);
H A Dtg2.c515 int tone = 1000; /* WWV sync frequency */ variable
832 tone = 1200;
1098 printf(" Year = %02d, Day of year = %03d, Time = %02d:%02d:%02d, Minute tone = %d Hz, Hour tone = %d Hz.\n",
1099 Year, DayOfYear, Hour, Minute, Second, tone, HourTone);
1969 peep(arg, tone, HIGH);
1973 peep( 990 - arg, tone, OFF);
1983 peep(1010 - arg, tone, OFF);
1992 peep(1000 - arg, tone, OFF);
2209 peep(5, tone, HIG
[all...]
/freebsd-11-stable/sys/dev/speaker/
H A Dspkr.c42 * This section defines a function tone() which causes a tone of given
56 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) function
74 (void) printf("tone: thz=%d centisecs=%d\n", thz, centisecs);
92 * This is so other processes can execute while the tone is being
129 * Requires tone(), rest(), and endtone(). String play is not interruptible
166 /* letter to half-tone: A B C D E F G */
199 * Play tone o
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dmixer.c198 int tone, dropmtx, acquiremtx; local
201 tone = FEEDEQ_TREBLE;
203 tone = FEEDEQ_BASS;
234 (void)FEEDER_SET(f, tone, level);
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c4733 int tone[2] = { 57, 58 }; local
4748 ; /* TODO: N PHY Adjust Min Noise Var(2, tone, noise)*/
4756 tone[0] = 0x20;
4760 tone[0] = 0x20;
4763 tone[0] = 0;
4767 tone[0] = 0x20;
4770 tone[0] = 0x10;
4773 tone[0] = 0x30;
4776 tone[0] = 0;
4780 if (!tone[
[all...]

Completed in 130 milliseconds