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

/freebsd-current/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-current/sys/dev/speaker/
H A Dspkr.c39 * This section defines a function tone() which causes a tone of given
53 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) function
71 (void) printf("tone: thz=%d centisecs=%d\n", thz, centisecs);
85 * This is so other processes can execute while the tone is being
120 * Requires tone(), rest(), and endtone(). String play is not interruptible
151 /* letter to half-tone: A B C D E F G */
184 * Play tone o
[all...]
/freebsd-current/sys/dev/sound/pcm/
H A Dmixer.c193 int tone, dropmtx, acquiremtx; local
196 tone = FEEDEQ_TREBLE;
198 tone = FEEDEQ_BASS;
229 (void)FEEDER_SET(f, tone, level);
/freebsd-current/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c4778 int tone[2] = { 57, 58 }; local
4793 ; /* TODO: N PHY Adjust Min Noise Var(2, tone, noise)*/
4801 tone[0] = 0x20;
4805 tone[0] = 0x20;
4808 tone[0] = 0;
4812 tone[0] = 0x20;
4815 tone[0] = 0x10;
4818 tone[0] = 0x30;
4821 tone[0] = 0;
4825 if (!tone[
[all...]

Completed in 202 milliseconds