Home
last modified time | relevance | path

Searched refs:hz (Results 1 – 25 of 190) sorted by relevance

12345678

/Linux-v5.4/arch/arm64/boot/dts/amlogic/
Dmeson-g12b-a311d.dtsi15 opp-hz = /bits/ 64 <100000000>;
20 opp-hz = /bits/ 64 <250000000>;
25 opp-hz = /bits/ 64 <500000000>;
30 opp-hz = /bits/ 64 <667000000>;
35 opp-hz = /bits/ 64 <1000000000>;
40 opp-hz = /bits/ 64 <1200000000>;
45 opp-hz = /bits/ 64 <1398000000>;
50 opp-hz = /bits/ 64 <1512000000>;
55 opp-hz = /bits/ 64 <1608000000>;
60 opp-hz = /bits/ 64 <1704000000>;
[all …]
Dmeson-g12b-s922x.dtsi15 opp-hz = /bits/ 64 <100000000>;
20 opp-hz = /bits/ 64 <250000000>;
25 opp-hz = /bits/ 64 <500000000>;
30 opp-hz = /bits/ 64 <667000000>;
35 opp-hz = /bits/ 64 <1000000000>;
40 opp-hz = /bits/ 64 <1200000000>;
45 opp-hz = /bits/ 64 <1398000000>;
50 opp-hz = /bits/ 64 <1512000000>;
55 opp-hz = /bits/ 64 <1608000000>;
60 opp-hz = /bits/ 64 <1704000000>;
[all …]
Dmeson-sm1.dtsi59 opp-hz = /bits/ 64 <100000000>;
64 opp-hz = /bits/ 64 <250000000>;
69 opp-hz = /bits/ 64 <500000000>;
74 opp-hz = /bits/ 64 <666666666>;
79 opp-hz = /bits/ 64 <1000000000>;
84 opp-hz = /bits/ 64 <1200000000>;
89 opp-hz = /bits/ 64 <1404000000>;
94 opp-hz = /bits/ 64 <1500000000>;
99 opp-hz = /bits/ 64 <1608000000>;
104 opp-hz = /bits/ 64 <1704000000>;
[all …]
Dmeson-g12a.dtsi58 opp-hz = /bits/ 64 <100000000>;
63 opp-hz = /bits/ 64 <250000000>;
68 opp-hz = /bits/ 64 <500000000>;
73 opp-hz = /bits/ 64 <666666666>;
78 opp-hz = /bits/ 64 <1000000000>;
83 opp-hz = /bits/ 64 <1200000000>;
88 opp-hz = /bits/ 64 <1398000000>;
93 opp-hz = /bits/ 64 <1512000000>;
98 opp-hz = /bits/ 64 <1608000000>;
103 opp-hz = /bits/ 64 <1704000000>;
[all …]
/Linux-v5.4/arch/arm64/boot/dts/rockchip/
Drk3399-op1-opp.dtsi12 opp-hz = /bits/ 64 <408000000>;
17 opp-hz = /bits/ 64 <600000000>;
21 opp-hz = /bits/ 64 <816000000>;
25 opp-hz = /bits/ 64 <1008000000>;
29 opp-hz = /bits/ 64 <1200000000>;
33 opp-hz = /bits/ 64 <1416000000>;
37 opp-hz = /bits/ 64 <1512000000>;
47 opp-hz = /bits/ 64 <408000000>;
52 opp-hz = /bits/ 64 <600000000>;
56 opp-hz = /bits/ 64 <816000000>;
[all …]
Drk3399-opp.dtsi12 opp-hz = /bits/ 64 <408000000>;
17 opp-hz = /bits/ 64 <600000000>;
21 opp-hz = /bits/ 64 <816000000>;
25 opp-hz = /bits/ 64 <1008000000>;
29 opp-hz = /bits/ 64 <1200000000>;
33 opp-hz = /bits/ 64 <1416000000>;
43 opp-hz = /bits/ 64 <408000000>;
48 opp-hz = /bits/ 64 <600000000>;
52 opp-hz = /bits/ 64 <816000000>;
56 opp-hz = /bits/ 64 <1008000000>;
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/opp/
Dqcom-nvmem-cpufreq.txt148 opp-hz = /bits/ 64 <307200000>;
154 opp-hz = /bits/ 64 <384000000>;
160 opp-hz = /bits/ 64 <422400000>;
166 opp-hz = /bits/ 64 <460800000>;
172 opp-hz = /bits/ 64 <480000000>;
178 opp-hz = /bits/ 64 <537600000>;
184 opp-hz = /bits/ 64 <556800000>;
190 opp-hz = /bits/ 64 <614400000>;
196 opp-hz = /bits/ 64 <652800000>;
202 opp-hz = /bits/ 64 <691200000>;
[all …]
/Linux-v5.4/arch/arm64/boot/dts/exynos/
Dexynos5433-bus.dtsi95 opp-hz = /bits/ 64 <400000000>;
99 opp-hz = /bits/ 64 <267000000>;
103 opp-hz = /bits/ 64 <200000000>;
107 opp-hz = /bits/ 64 <160000000>;
111 opp-hz = /bits/ 64 <134000000>;
115 opp-hz = /bits/ 64 <100000000>;
124 opp-hz = /bits/ 64 <267000000>;
127 opp-hz = /bits/ 64 <200000000>;
130 opp-hz = /bits/ 64 <160000000>;
133 opp-hz = /bits/ 64 <134000000>;
[all …]
/Linux-v5.4/kernel/time/
Dtimeconst.bc43 define timeconst(hz) {
45 print "/* Time conversion constants for HZ == ", hz, " */\n"
54 print "#if HZ != ", hz, "\n"
58 if (hz < 2) {
61 s=fmuls(32,1000,hz)
63 print "#define HZ_TO_MSEC_MUL32\tU64_C(0x", fmul(s,1000,hz), ")\n"
64 print "#define HZ_TO_MSEC_ADJ32\tU64_C(0x", fadj(s,1000,hz), ")\n"
68 s=fmuls(32,hz,1000)
70 print "#define MSEC_TO_HZ_MUL32\tU64_C(0x", fmul(s,hz,1000), ")\n"
71 print "#define MSEC_TO_HZ_ADJ32\tU64_C(0x", fadj(s,hz,1000), ")\n"
[all …]
/Linux-v5.4/sound/pci/hda/
Dhda_beep.c60 static int beep_linear_tone(struct hda_beep *beep, int hz) in beep_linear_tone() argument
62 if (hz <= 0) in beep_linear_tone()
64 hz *= 1000; /* fixed point */ in beep_linear_tone()
65 hz = hz - DIGBEEP_HZ_MIN in beep_linear_tone()
67 if (hz < 0) in beep_linear_tone()
68 hz = 0; /* turn off PC beep*/ in beep_linear_tone()
69 else if (hz >= (DIGBEEP_HZ_MAX - DIGBEEP_HZ_MIN)) in beep_linear_tone()
70 hz = 1; /* max frequency */ in beep_linear_tone()
72 hz /= DIGBEEP_HZ_STEP; in beep_linear_tone()
73 hz = 255 - hz; in beep_linear_tone()
[all …]
/Linux-v5.4/drivers/iio/accel/
Dst_accel_core.c112 { .hz = 1, .value = 0x01, },
113 { .hz = 10, .value = 0x02, },
114 { .hz = 25, .value = 0x03, },
115 { .hz = 50, .value = 0x04, },
116 { .hz = 100, .value = 0x05, },
117 { .hz = 200, .value = 0x06, },
118 { .hz = 400, .value = 0x07, },
119 { .hz = 1600, .value = 0x08, },
194 { .hz = 50, .value = 0x00, },
195 { .hz = 100, .value = 0x01, },
[all …]
/Linux-v5.4/drivers/iio/magnetometer/
Dst_magn_core.c117 { .hz = 1, .value = 0x00 },
118 { .hz = 2, .value = 0x01 },
119 { .hz = 3, .value = 0x02 },
120 { .hz = 8, .value = 0x03 },
121 { .hz = 15, .value = 0x04 },
122 { .hz = 30, .value = 0x05 },
123 { .hz = 75, .value = 0x06 },
196 { .hz = 1, .value = 0x00 },
197 { .hz = 2, .value = 0x01 },
198 { .hz = 3, .value = 0x02 },
[all …]
/Linux-v5.4/arch/mips/bcm47xx/
Dtime.c33 unsigned long hz = 0; in plat_time_init() local
49 hz = ssb_cpu_clock(&bcm47xx_bus.ssb.mipscore) / 2; in plat_time_init()
55 hz = bcma_cpu_clock(&bcm47xx_bus.bcma.bus.drv_mips) / 2; in plat_time_init()
64 hz = 100000000; in plat_time_init()
70 hz = 100000000; in plat_time_init()
76 if (!hz) in plat_time_init()
77 hz = 100000000; in plat_time_init()
80 mips_hpt_frequency = hz; in plat_time_init()
/Linux-v5.4/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-mediatek.txt34 opp-hz = /bits/ 64 <598000000>;
39 opp-hz = /bits/ 64 <747500000>;
44 opp-hz = /bits/ 64 <1040000000>;
49 opp-hz = /bits/ 64 <1196000000>;
54 opp-hz = /bits/ 64 <1300000000>;
94 opp-hz = /bits/ 64 <507000000>;
99 opp-hz = /bits/ 64 <702000000>;
104 opp-hz = /bits/ 64 <1001000000>;
109 opp-hz = /bits/ 64 <1105000000>;
114 opp-hz = /bits/ 64 <1183000000>;
[all …]
Dti-cpufreq.txt67 opp-hz = /bits/ 64 <300000000>;
74 opp-hz = /bits/ 64 <275000000>;
81 opp-hz = /bits/ 64 <300000000>;
88 opp-hz = /bits/ 64 <500000000>;
94 opp-hz = /bits/ 64 <600000000>;
100 opp-hz = /bits/ 64 <600000000>;
106 opp-hz = /bits/ 64 <720000000>;
112 opp-hz = /bits/ 64 <720000000>;
118 opp-hz = /bits/ 64 <800000000>;
124 opp-hz = /bits/ 64 <1000000000>;
/Linux-v5.4/drivers/iio/pressure/
Dst_pressure_core.c249 { .hz = 1, .value = 0x01 },
250 { .hz = 7, .value = 0x05 },
251 { .hz = 13, .value = 0x06 },
252 { .hz = 25, .value = 0x07 },
322 { .hz = 1, .value = 0x01 },
323 { .hz = 7, .value = 0x02 },
324 { .hz = 13, .value = 0x03 },
374 { .hz = 1, .value = 0x01 },
375 { .hz = 7, .value = 0x02 },
376 { .hz = 13, .value = 0x03 },
[all …]
/Linux-v5.4/arch/arm/boot/dts/
Drk3229.dtsi18 opp-hz = /bits/ 64 <408000000>;
24 opp-hz = /bits/ 64 <600000000>;
28 opp-hz = /bits/ 64 <816000000>;
32 opp-hz = /bits/ 64 <1008000000>;
36 opp-hz = /bits/ 64 <1200000000>;
40 opp-hz = /bits/ 64 <1296000000>;
44 opp-hz = /bits/ 64 <1392000000>;
48 opp-hz = /bits/ 64 <1464000000>;
Dexynos5800.dtsi58 opp-hz = /bits/ 64 <600000000>;
63 opp-hz = /bits/ 64 <500000000>;
68 opp-hz = /bits/ 64 <400000000>;
73 opp-hz = /bits/ 64 <300000000>;
78 opp-hz = /bits/ 64 <200000000>;
110 opp-hz = /bits/ 64 <500000000>;
115 opp-hz = /bits/ 64 <400000000>;
120 opp-hz = /bits/ 64 <300000000>;
125 opp-hz = /bits/ 64 <200000000>;
Dexynos5420.dtsi50 opp-hz = /bits/ 64 <1800000000>;
55 opp-hz = /bits/ 64 <1700000000>;
60 opp-hz = /bits/ 64 <1600000000>;
65 opp-hz = /bits/ 64 <1500000000>;
70 opp-hz = /bits/ 64 <1400000000>;
75 opp-hz = /bits/ 64 <1300000000>;
80 opp-hz = /bits/ 64 <1200000000>;
85 opp-hz = /bits/ 64 <1100000000>;
90 opp-hz = /bits/ 64 <1000000000>;
95 opp-hz = /bits/ 64 <900000000>;
[all …]
Dexynos4412.dtsi84 opp-hz = /bits/ 64 <200000000>;
89 opp-hz = /bits/ 64 <300000000>;
94 opp-hz = /bits/ 64 <400000000>;
99 opp-hz = /bits/ 64 <500000000>;
104 opp-hz = /bits/ 64 <600000000>;
109 opp-hz = /bits/ 64 <700000000>;
114 opp-hz = /bits/ 64 <800000000>;
120 opp-hz = /bits/ 64 <900000000>;
125 opp-hz = /bits/ 64 <1000000000>;
130 opp-hz = /bits/ 64 <1100000000>;
[all …]
Dexynos4210.dtsi291 opp-hz = /bits/ 64 <134000000>;
295 opp-hz = /bits/ 64 <267000000>;
299 opp-hz = /bits/ 64 <400000000>;
310 opp-hz = /bits/ 64 <134000000>;
313 opp-hz = /bits/ 64 <160000000>;
316 opp-hz = /bits/ 64 <200000000>;
325 opp-hz = /bits/ 64 <5000000>;
328 opp-hz = /bits/ 64 <100000000>;
337 opp-hz = /bits/ 64 <10000000>;
340 opp-hz = /bits/ 64 <134000000>;
[all …]
Dmeson8b.dtsi68 opp-hz = /bits/ 64 <96000000>;
72 opp-hz = /bits/ 64 <192000000>;
76 opp-hz = /bits/ 64 <312000000>;
80 opp-hz = /bits/ 64 <408000000>;
84 opp-hz = /bits/ 64 <504000000>;
88 opp-hz = /bits/ 64 <600000000>;
92 opp-hz = /bits/ 64 <720000000>;
96 opp-hz = /bits/ 64 <816000000>;
100 opp-hz = /bits/ 64 <1008000000>;
104 opp-hz = /bits/ 64 <1200000000>;
[all …]
/Linux-v5.4/sound/ppc/
Dbeep.c23 int hz; member
87 unsigned int code, int hz) in snd_pmac_beep_event() argument
102 case SND_BELL: if (hz) hz = 1000; in snd_pmac_beep_event()
111 if (! hz) { in snd_pmac_beep_event()
122 if (hz <= srate / BEEP_BUFLEN || hz > srate / 2) in snd_pmac_beep_event()
123 hz = 1000; in snd_pmac_beep_event()
133 if (hz == beep->hz && beep->volume == beep->volume_play) { in snd_pmac_beep_event()
136 period = srate * 256 / hz; /* fixed point */ in snd_pmac_beep_event()
146 beep->hz = hz; in snd_pmac_beep_event()
/Linux-v5.4/drivers/iio/gyro/
Dst_gyro_core.c70 { .hz = 100, .value = 0x00, },
71 { .hz = 200, .value = 0x01, },
72 { .hz = 400, .value = 0x02, },
73 { .hz = 800, .value = 0x03, },
149 { .hz = 95, .value = 0x00, },
150 { .hz = 190, .value = 0x01, },
151 { .hz = 380, .value = 0x02, },
152 { .hz = 760, .value = 0x03, },
223 { .hz = 100, .value = 0x00, },
224 { .hz = 200, .value = 0x01, },
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/devfreq/
Dexynos-bus.txt206 opp-hz = /bits/ 64 <50000000>;
210 opp-hz = /bits/ 64 <100000000>;
214 opp-hz = /bits/ 64 <134000000>;
218 opp-hz = /bits/ 64 <200000000>;
222 opp-hz = /bits/ 64 <400000000>;
296 opp-hz = /bits/ 64 <50000000>;
300 opp-hz = /bits/ 64 <80000000>;
304 opp-hz = /bits/ 64 <100000000>;
308 opp-hz = /bits/ 64 <134000000>;
312 opp-hz = /bits/ 64 <200000000>;
[all …]

12345678