Home
last modified time | relevance | path

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

12345678910>>...118

/freebsd/cddl/contrib/opensolaris/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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBlockFrequency.h1 //===-------- BlockFrequency.h - Block Frequency Wrapper --------*- C++ -*-===//
9 // This file implements Block Frequency class.
25 // This class represents Block Frequency as a 64-bit value.
27 uint64_t Frequency; variable
30 BlockFrequency() : Frequency(0) {} in BlockFrequency()
31 explicit BlockFrequency(uint64_t Freq) : Frequency(Freq) {} in BlockFrequency()
33 /// Returns the maximum possible frequency, the saturation value.
36 /// Returns the frequency as a fixpoint number scaled by the entry
37 /// frequency.
38 uint64_t getFrequency() const { return Frequency; } in getFrequency()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-ocores.txt16 Mutually exclusive with opencores,ip-clock-frequency
17 - opencores,ip-clock-frequency: frequency of the controller clock in Hz;
24 - clock-frequency : frequency of bus clock in Hz; see the note below.
31 clock-frequency property is meant to control the bus frequency for i2c bus
33 frequency. So the following rules are set to fix this situation:
34 - if clock-frequency is present and neither opencores,ip-clock-frequency nor
35 clocks are, then clock-frequency specifies i2c controller clock frequency.
37 frequency is fixed at 100 KHz.
38 - if clocks is present it specifies i2c controller clock. clock-frequency
39 property specifies i2c bus frequency.
[all …]
H A Dopencores,i2c-ocores.yaml37 clock-frequency:
39 clock-frequency property is meant to control the bus frequency for i2c bus
41 frequency. So the following rules are set to fix this situation:
42 - if clock-frequency is present and neither opencores,ip-clock-frequency nor
43 clocks are, then clock-frequency specifies i2c controller clock frequency.
45 frequency is fixed at 100 KHz.
46 - if clocks is present it specifies i2c controller clock. clock-frequency
47 property specifies i2c bus frequency.
48 - if opencores,ip-clock-frequency is present it specifies i2c controller
49 clock frequency. clock-frequency property specifies i2c bus frequency.
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/
H A Duncore-power.json10frequency greater than or equal to the frequency that is configured in the filter. (filter_band0=…
20frequency greater than or equal to the frequency that is configured in the filter. (filter_band1=…
30frequency greater than or equal to the frequency that is configured in the filter. (filter_band2=…
40frequency greater than or equal to the frequency that is configured in the filter. (filter_band3=…
50frequency greater than or equal to the frequency that is configured in the filter. (filter_band0=…
61frequency greater than or equal to the frequency that is configured in the filter. (filter_band1=…
72frequency greater than or equal to the frequency that is configured in the filter. (filter_band2=…
83frequency greater than or equal to the frequency that is configured in the filter. (filter_band3=…
137 …"BriefDescription": "Counts the number of cycles when temperature is the upper limit on frequency",
147 … "BriefDescription": "Counts the number of cycles when the OS is the upper limit on frequency",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/
H A Duncore-power.json10frequency greater than or equal to the frequency that is configured in the filter. (filter_band0=…
20frequency greater than or equal to the frequency that is configured in the filter. (filter_band1=…
30frequency greater than or equal to the frequency that is configured in the filter. (filter_band2=…
40frequency greater than or equal to the frequency that is configured in the filter. (filter_band3=…
50frequency greater than or equal to the frequency that is configured in the filter. (filter_band0=…
61frequency greater than or equal to the frequency that is configured in the filter. (filter_band1=…
72frequency greater than or equal to the frequency that is configured in the filter. (filter_band2=…
83frequency greater than or equal to the frequency that is configured in the filter. (filter_band3=…
137 …"BriefDescription": "Counts the number of cycles when temperature is the upper limit on frequency",
147 … "BriefDescription": "Counts the number of cycles when the OS is the upper limit on frequency",
[all …]
/freebsd/share/man/man7/
H A Dclocks.746 This is a real clock with frequency that happens to be 100.
50 This is a real clock with frequency that happens to be 128.
55 This is a virtual clock with a frequency that happens to be 128.
56 Its actual frequency is given by the macro
76 This is a virtual clock with a frequency that happens to be 128.
77 Its actual frequency is given by the macro
83 Note that its frequency may be different from
103 This is a real clock with frequency 1024.
108 Applications should determine its actual frequency using
113 This is a real clock with a nominal frequency of 32768.
[all …]
/freebsd/sys/dev/qat/qat_common/
H A Dadf_clock.c13 #define CLK_DBGFS_FILE "frequency"
45 "clock frequency"); in adf_clock_debugfs_add()
51 * adf_dev_measure_clock() -- Measure the CPM clock frequency
53 * @frequency: Pointer to returned frequency in Hz.
58 measure_clock(struct adf_accel_dev *accel_dev, u32 *frequency) in measure_clock() argument
71 if (!accel_dev || !frequency) in measure_clock()
129 *frequency = temp * 100000; in measure_clock()
135 * adf_dev_measure_clock() -- Measure the CPM clock frequency
137 * @frequency: Pointer to returned frequency in Hz.
138 * @min: Minimum expected frequency
[all …]
/freebsd/sys/contrib/device-tree/src/arm/intel/axm/
H A Daxm5516-cpus.dtsi76 clock-frequency = <1400000000>;
84 clock-frequency = <1400000000>;
92 clock-frequency = <1400000000>;
100 clock-frequency = <1400000000>;
108 clock-frequency = <1400000000>;
116 clock-frequency = <1400000000>;
124 clock-frequency = <1400000000>;
132 clock-frequency = <1400000000>;
140 clock-frequency = <1400000000>;
148 clock-frequency = <1400000000>;
[all …]
/freebsd/contrib/ntp/html/
H A Ddiscipline.html24frequency-lock feedback loop. It is an intricately crafted algorithm that automatically adapts fo…
29frequency oscillator (VFO), to produce a raw offset sample <em>V<sub>d</sub></em>. Offset samples…
30frequency predictor is an integral of the offset over past updates, while the phase predictor is t…
34 … as per design. Ordinarily, a step correction would causes a temporary frequency surge of about 5…
35frequency file, if present, or by measuring the oscillator frequency, if not. It then quickly amo…
37 …he poll interval, depends on the network time jitter and the oscillator frequency wander. Errors …
40 …the clock oscillator frequency is disciplined to within one part per million (PPM), even when the …
41 …s restored after several hours or days, the clock offset and oscillator frequency errors must be r…
43frequency and updates a frequency file at intervals of one hour or more, depending on the measured…
44frequency discipline and enables clock offset discipline with a small time constant. This is desi…
H A Dclock.html26 …nes whether the clock is slewed or stepped and how the initial time and frequency are determined u…
35frequency surge that could take some time, even hours, to subside. When the highest accuracy is re…
40frequency file is nor present at startup. It begins when the first update is received by the disci…
42 …tartup to amortize the residual offset while not affecting the frequency. If the frequency file is…
51 <dt>FSET - The frequency file is present</dt>
52 <dd> Load the frequency file, initialize the hold timer and continue in SYNC state.</dd>
53 <dt>NSET - The frequency file is not present</dt>
55 <dt>FREQ - Frequency training state</dt>
56 … update exceeds the stepout threshold. When this happens, calculate the frequency, initialize the …
60 …the system clock time and frequency using the hybrid phase/frequency feedback loop. However, do n…
/freebsd/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py17 print(" [-f <frequency>] [-o <group_object_path>] \ ")
22 print(" -f = frequency")
51 global frequency
64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument
70 self.frequency = frequency
126 if (self.frequency != None):
127 if (int(self.frequency) > 0):
128 self.P2PDictionary.update({'frequency':int(self.frequency)})
130 print("Error:\n Frequency must be greater than 0")
160 frequency = None variable
[all …]
/freebsd/share/man/man4/
H A Dcpufreq.430 .Nd CPU frequency control framework
56 driver provides a unified kernel and user interface to CPU frequency
74 The frequency cannot be changed if TSC is in use as the timecounter and the
89 Current active CPU frequency in MHz.
95 Currently available levels for the CPU (frequency/power usage).
98 Currently available settings for the driver (frequency/power usage).
103 Lowest CPU frequency in MHz to offer to users.
118 from a reduced frequency state.
121 The following device drivers offer absolute frequency control via the
143 The following device drivers offer relative frequency control and
[all …]
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm11351.dtsi271 clock-frequency = <1000000>;
277 clock-frequency = <32768>;
283 clock-frequency = <32768>;
289 clock-frequency = <13000000>;
295 clock-frequency = <13000000>;
301 clock-frequency = <19500000>;
307 clock-frequency = <26000000>;
313 clock-frequency = <40000000>;
319 clock-frequency = <52000000>;
325 clock-frequency
[all...]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drfi.c11 * DDR needs frequency in units of 16.666MHz, so provide FW with the
12 * frequency values in the adjusted format.
15 /* frequency 2667MHz */
20 /* frequency 2933MHz */
27 /* frequency 3200MHz */
32 /* frequency 3733MHz */
37 /* frequency 4000MHz */
42 /* frequency 4267MHz */
47 /* frequency 4400MHz */
52 /* frequency 520
[all...]
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c34 * hybrid phase/frequency-lock loop. A number of sanity checks are
41 #define CLOCK_PHI 15e-6 /* max frequency error (s/s) */
95 * Each PPS time/frequency discipline can be enabled by the atom driver
122 double drift_comp; /* frequency (s/s) */
123 static double init_drift_comp; /* initial frequency (PPM) */
124 double clock_stability; /* frequency stability (wander) (s/s) */
125 double clock_codec; /* audio codec frequency (samples/s) */
130 static double direct_freq(double); /* direct set frequency */
131 static void set_freq(double); /* set frequency */
157 int freq_cnt; /* initial frequency clam
[all...]
H A Dntpd-opts.def210 frequency errors are present the resulting time offsets stray
214 frequency error is so large that the first sample is outside the
221 is to quickly correct the frequency and restore operation to the
227 step/slew corrections and subsequent frequency corrections.
301 .Ss "Frequency Discipline"
305 frequency file, usually
309 contains the latest estimate of clock frequency error.
315 the particular system clock oscillator time and frequency error.
317 frequency are set to nominal values and the
320 normal mode, where the time and frequency are continuously tracked
[all …]
/freebsd/lib/libsys/
H A Dntp_adjtime.261 to adjust the phase and frequency of the phase- or frequency-lock loop
82 long freq; /* frequency offset (scaled ppm) (rw) */
88 long tolerance; /* clock frequency tolerance (scaled
95 long ppsfreq; /* pps frequency (scaled ppm) (ro) */
119 set frequency offset
137 Frequency offset (scaled ppm) (read-write).
160 Select frequency-lock mode (read-write).
168 Hold frequency (read-write).
192 Maximum frequency error, or tolerance of the CPU clock oscillator (scaled
197 PPS frequency offset produced by the frequency median filter (scaled
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml108 Defines the DDR3 DLL bypass frequency in MHz. When DDR frequency is less
116 Defines the PHY dll bypass frequency in MHz (Mega Hz). When DDR frequency
124 Defines the auto PD disable frequency in MHz.
131 frequency in Hz. When the DDR frequency is less then ddr3_odt_dis_freq,
179 frequency in Hz. When DDR frequency is less then ddr3_odt_dis_freq, the
226 frequency i
[all...]
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h21 * Added defines for hybrid phase/frequency-lock loop.
81 * establishes the timer interrupt frequency, 100 Hz for the SunOS
98 #define SHIFT_KF 16 /* PLL frequency factor (shift) */
99 #define SHIFT_KH 2 /* FLL frequency factor (shift) */
116 * time_tolerance variables, which represent the current frequency
117 * offset and maximum frequency tolerance.
123 #define SHIFT_USEC 16 /* frequency offset scale (shift) */
142 * MAXFREQ is the maximum frequency tolerance of the CPU clock
144 * should be set to at least the frequency tolerance of the oscillator
145 * plus 100 ppm for vernier frequency adjustments. If the kernel
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm750-evb.dts76 spi-max-frequency = <5000000>;
137 spi-max-frequency = <5000000>;
198 clock-frequency = <100000>;
209 clock-frequency = <100000>;
220 clock-frequency = <100000>;
230 clock-frequency = <100000>;
235 clock-frequency = <100000>;
241 clock-frequency = <100000>;
251 clock-frequency = <100000>;
256 clock-frequency = <100000>;
[all …]
/freebsd/sys/contrib/device-tree/src/riscv/starfive/
H A Djh7110-common.dtsi68 timebase-frequency = <4000000>;
72 clock-frequency = <74250000>;
76 clock-frequency = <125000000>;
80 clock-frequency = <50000000>;
84 clock-frequency = <125000000>;
88 clock-frequency = <50000000>;
92 clock-frequency = <297000000>;
96 clock-frequency = <12288000>;
100 clock-frequency = <192000>;
104 clock-frequency = <12288000>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra124-apalis-emc.dtsi15 clock-frequency = <12750000>;
16 nvidia,parent-clock-frequency = <408000000>;
22 clock-frequency = <20400000>;
23 nvidia,parent-clock-frequency = <408000000>;
29 clock-frequency = <40800000>;
30 nvidia,parent-clock-frequency = <408000000>;
36 clock-frequency = <68000000>;
37 nvidia,parent-clock-frequency = <408000000>;
43 clock-frequency = <102000000>;
44 nvidia,parent-clock-frequency = <408000000>;
[all …]
H A Dtegra124-jetson-tk1-emc.dtsi11 clock-frequency = <12750000>;
12 nvidia,parent-clock-frequency = <408000000>;
18 clock-frequency = <20400000>;
19 nvidia,parent-clock-frequency = <408000000>;
25 clock-frequency = <40800000>;
26 nvidia,parent-clock-frequency = <408000000>;
32 clock-frequency = <68000000>;
33 nvidia,parent-clock-frequency = <408000000>;
39 clock-frequency = <102000000>;
40 nvidia,parent-clock-frequency = <408000000>;
[all …]
H A Dtegra124-nyan-blaze-emc.dtsi11 clock-frequency = <12750000>;
12 nvidia,parent-clock-frequency = <408000000>;
18 clock-frequency = <20400000>;
19 nvidia,parent-clock-frequency = <408000000>;
25 clock-frequency = <40800000>;
26 nvidia,parent-clock-frequency = <408000000>;
32 clock-frequency = <68000000>;
33 nvidia,parent-clock-frequency = <408000000>;
39 clock-frequency = <102000000>;
40 nvidia,parent-clock-frequency = <408000000>;
[all …]

12345678910>>...118