Home
last modified time | relevance | path

Searched full:frequency (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out45frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], …
56frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], …
68frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], …
79frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], …
150frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2305843009213693952, max = -1…
151frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2305843009213693952, max = -1…
153frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2305843009213693952, max = -1…
154frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = -2305843009213693952, max = -1…
156frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], …
157frequency = 0], org.opensolaris.os.dtrace.Distribution$Bucket[min = 11, max = 20, frequency = 1], …
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dtimex.h41 * establishes the timer interrupt frequency.
54 #define SCALE_KF (1<<16) /* PLL frequency factor (multiplier) */
55 #define SCALE_KH (1<<2) /* FLL frequency factor (multiplier) */
73 * time_tolerance variables, which represent the current frequency
74 * offset and maximum frequency tolerance.
99 * MAXFREQ is the maximum frequency tolerance of the CPU clock
101 * should be set to at least the frequency tolerance of the oscillator
102 * plus 100 ppm for vernier frequency adjustments. The oscillator time and
103 * frequency are disciplined to an external source, presumably with
104 * negligible time and frequency error relative to UTC, and MAXFREQ can
[all …]
H A Dbeep.h48 unsigned short frequency; member
105 int frequency; /* Hz */ member
127 extern int beep_mktone(int frequency, int duration);
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java35 * A frequency distribution aggregated by the DTrace {@code quantize()}
37 * range known as a bucket and counts toward the frequency of that
75 long frequency; in Distribution() local
77 frequency = frequencies[i]; in Distribution()
78 total += frequency; in Distribution()
113 long frequency; in initialize() local
118 frequency = bucket.getFrequency(); in initialize()
122 total += frequency; in initialize()
318 * Gets the total frequency across all buckets.
320 * @return sum of the frequency of all buckets in this distribution
[all …]
H A DLogDistribution.java35 * A power-of-two logarithmic frequency distribution aggregated by the
41 * holds the frequency of the base value zero. For example, the first
45 * Each bucket frequency is incremented for each aggregated value that
H A DLinearDistribution.java35 * A linear frequency distribution aggregated by the DTrace {@code
40 * step, unless it is the first bucket, which is the frequency of all
99 * the frequency of everything lower than the base)
161 * distribution, the first bucket holds the frequency of all values
/titanic_41/usr/src/uts/sun4u/io/
H A Dbbc_beep.c322 * Set the frequency
334 /* Convert the frequency in hz to the bbc counter value */ in bbc_beep_freq()
468 * Given a frequency in hz, find out the value to
471 * frequency. The formulae is :
472 * frequency generated = system freq /2^(n+2)
475 * So in this function, the inputs are frequency generated
476 * and system frequency and we need to find out n, i.e, which
490 * Get system frequency for the root dev_info properties in bbc_beep_hztocounter()
493 0, "clock-frequency", 0); in bbc_beep_hztocounter()
498 * Calculate frequency by turning on ith bit and in bbc_beep_hztocounter()
[all …]
/titanic_41/usr/src/uts/common/io/
H A Dbeep.c223 * The frequency value is limited to the range of [0 - 32767] in beeper_freq()
239 bp->frequency = freq; in beeper_freq()
271 return (beep_mktone(bp->frequency, bp->duration)); in beep()
324 if (bp->frequency != 0) { in beeper_on()
329 bp->frequency); in beeper_on()
347 beep_mktone(int frequency, int duration) in beep_mktone() argument
352 BEEP_DEBUG1((CE_CONT, "beep_mktone(%d, %d) : start.", frequency, in beep_mktone()
356 * The frequency value is limited to the range of [0 - 32767] in beep_mktone()
358 if (frequency < 0 || frequency > INT16_MAX) in beep_mktone()
370 if (frequency != 0) { in beep_mktone()
[all …]
/titanic_41/usr/src/uts/sun4u/sys/
H A Dgrbeep.h51 * beeper 8354 input frequency is 1.193 Mhz.
53 * register is the frequency divisor.
69 /* Frequency divisor register */
86 /* Frequency control and frequency divisor registers */
89 /* Frequency control and frequency divisor reg handle */
/titanic_41/usr/src/man/man1/
H A Dkbd.130 \fBkbd\fR \fB-b\fR [\fBkeyboard\fR | \fBconsole\fR] \fIfrequency\fR
218 To set the keyboard beeper frequency by default, set the \fBKBD_BEEPER_FREQ\fR
232 To set the console beeper frequency by default, set the
246 To change the current settings of keyboard beeper frequency and console beeper
247 frequency, run \fBkbd\fR \fB-i\fR.
309 Sets the beeper frequency for keyboard or console.
316 Set the keyboard beeper frequency to the operand in HZ. See \fBOPERANDS\fR.
325 Sets the console beeper frequency to the operand in HZ. See \fBOPERANDS\fR.
457 \fBfrequency\fR
460 The frequency value specified to be set in kernel. The receiver of this value
[all …]
H A Daudiotest.162 surround right, and center channels. The low frequency effects channel is not
74 The low frequency effects channel is not tested.
117 \fBaudiotest\fR does not test the low-frequency effects (LFE) channel.
H A Dvolcheck.135 Set the frequency of device checking to \fIsecs\fR seconds. The default is 2
36 seconds. The minimum frequency is 1 second.
46 of seconds allowed is 28800, which is 8 hours. The frequency of checking is
H A Dpack.143 the character frequency distribution. Because a decoding tree forms the first
45 smaller than three blocks, unless the character frequency distribution is very
226 of times each byte is used, its relative frequency, and the code for the byte
/titanic_41/usr/src/lib/libprtdiag/common/
H A Dcpu.c56 * Return the operating frequency of a processor in Hertz. This function
58 * is passed in or the clock-frequency property does not exist, the
68 if ((prop = find_prop(pnode, "clock-frequency")) == NULL) { in get_cpu_freq()
119 * frequency, cache size, and processor revision of all cpus. in display_cpu_devices()
153 * display the CPUs' operating frequency, cache size, impl. field in display_cpus()
158 uint_t freq; /* CPU clock frequency */ in display_cpus()
185 /* Running frequency */ in display_cpus()
H A Ddisplay_sun4u.c90 /* display system clock frequency */ in display()
91 value = get_prop_val(find_prop(root, "clock-frequency")); in display()
95 "frequency: %d MHz\n"), sys_clk, 0); in display()
/titanic_41/usr/src/man/man7d/
H A Dvirtualkm.7d134 Sets the frequency for either keyboard beeper or console beeper. To set the
135 corresponding beeper frequency, \fIarg\fR must point to a \fBfreq_request\fR
142 int16_t freq; /* frequency */
155 and \fIfreq\fR is the frequency value to be set as the beeper frequency
/titanic_41/usr/src/uts/common/os/
H A Dclock.c106 * Phase/frequency-lock loop (PLL/FLL) definitions
122 * time_tolerance determines maximum frequency error or tolerance of the
143 int32_t time_tolerance = MAXFREQ; /* frequency tolerance (scaled ppm) */
150 * residual time and frequency offset of the local clock. The scale
153 * time_phase and time_freq are the phase increment and the frequency
171 int32_t time_freq = 0; /* frequency offset (scaled ppm) */
188 * pps_freq is the frequency offset produced by the frequency median
212 int32_t pps_ff[] = {0, 0, 0}; /* pps frequency offset median filter */
213 int32_t pps_freq = 0; /* frequency offset (scaled ppm) */
214 int32_t pps_stabil = MAXFREQ; /* frequency dispersion (scaled ppm) */
[all …]
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.h42 #define OBP_PROP_CLOCK_FREQ "clock-frequency"
91 /* PCI frequency shift bits */
97 /* PCI frequency modes */
103 /* PCI frequency SEC status masks */
/titanic_41/usr/src/man/man2/
H A Dntp_adjtime.236 int32_t freq; /* frequency offset (scaled ppm) (rw) */
42 int32_t tolerance; /* clock frequency tolerance
44 int32_t ppsfreq; /* pps frequency (scaled ppm) (r) */
/titanic_41/usr/src/uts/sun4/sys/
H A Dbbc_beep.h49 * generates a signal at 1/(2^12) the system frequency, and
50 * bit[18], at 1/(2^20). So if s = system frequency(in MHz),
66 /* Register to set the frequency */
/titanic_41/usr/src/uts/common/syscall/
H A Dntptime.c36 * Revised frequency scaling to conform with adjusted parameters
51 * frequency of the phase-lock loop which controls the system clock.
115 * PPS signal lost when either time or frequency in ntp_gettime()
129 * frequency synchronization requested in ntp_gettime()
/titanic_41/usr/src/uts/common/io/rtw/
H A Dmax2820reg.h123 * Reference Frequency Divider
133 #define MAX2820_CHANNEL 3 /* Channel Frequency Register */
136 * Channel Frequency Select
171 * Receive Filter -3dB Frequency
/titanic_41/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h163 * enum xge_hal_pci_bus_frequency_e - PCI bus frequency enumeration.
164 * @XGE_HAL_PCI_BUS_FREQUENCY_33MHZ: PCI bus frequency 33MHZ
165 * @XGE_HAL_PCI_BUS_FREQUENCY_66MHZ: PCI bus frequency 66MHZ
166 * @XGE_HAL_PCI_BUS_FREQUENCY_100MHZ: PCI bus frequency 100MHZ
167 * @XGE_HAL_PCI_BUS_FREQUENCY_133MHZ: PCI bus frequency 133MHZ
168 * @XGE_HAL_PCI_BUS_FREQUENCY_200MHZ: PCI bus frequency 200MHZ
169 * @XGE_HAL_PCI_BUS_FREQUENCY_250MHZ: PCI bus frequency 250MHZ
170 * @XGE_HAL_PCI_BUS_FREQUENCY_266MHZ: PCI bus frequency 266MHZ
171 * @XGE_HAL_PCI_BUS_FREQUENCY_UNKNOWN: Unrecognized PCI bus frequency value.
/titanic_41/usr/src/lib/libpp/common/
H A Dpp.tab119 %flags # state : coupled, high frequency
154 %flags # mode : coupled, low frequency
177 %flags # options : uncoupled, low frequency
/titanic_41/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h96 * 0 Clock frequency registers
109 /* Important bits for Clock Frequency register 2 */
113 #define CLOCK_FREQ_8 0x01 /* Frequency bit 8 */
170 /* Macros to determine frequency capability from clock version register */
392 volatile uchar_t *clk_freq1; /* Clock frequency reg. 1 */
393 volatile uchar_t *clk_freq2; /* Clock frequency reg. 2 */

12345678910>>...14