Home
last modified time | relevance | path

Searched refs:KHz (Results 1 – 25 of 119) sorted by relevance

12345

/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rk3399.h70 #define KHz 1000 macro
88 #define PERIHP_ACLK_HZ (148500*KHz)
89 #define PERIHP_HCLK_HZ (148500*KHz)
90 #define PERIHP_PCLK_HZ (37125*KHz)
92 #define PERILP0_ACLK_HZ (99000*KHz)
93 #define PERILP0_HCLK_HZ (99000*KHz)
94 #define PERILP0_PCLK_HZ (49500*KHz)
96 #define PERILP1_HCLK_HZ (99000*KHz)
97 #define PERILP1_PCLK_HZ (49500*KHz)
H A Dcru_rk3328.h48 #define KHz 1000 macro
58 #define PERIHP_ACLK_HZ (144000 * KHz)
59 #define PERIHP_HCLK_HZ (72000 * KHz)
60 #define PERIHP_PCLK_HZ (72000 * KHz)
/openbmc/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c419 unsigned long *power, unsigned long *KHz) in cppc_get_cpu_power() argument
423 unsigned long prev_freq = *KHz; in cppc_get_cpu_power()
444 perf_prev = cppc_khz_to_perf(perf_caps, *KHz); in cppc_get_cpu_power()
464 *KHz = cppc_perf_to_khz(perf_caps, perf); in cppc_get_cpu_power()
465 perf_check = cppc_khz_to_perf(perf_caps, *KHz); in cppc_get_cpu_power()
473 while ((*KHz == prev_freq) || (step_check != step)) { in cppc_get_cpu_power()
475 *KHz = cppc_perf_to_khz(perf_caps, perf); in cppc_get_cpu_power()
476 perf_check = cppc_khz_to_perf(perf_caps, *KHz); in cppc_get_cpu_power()
490 static int cppc_get_cpu_cost(struct device *cpu_dev, unsigned long KHz, in cppc_get_cpu_cost() argument
508 perf_prev = cppc_khz_to_perf(perf_caps, KHz); in cppc_get_cpu_cost()
H A Dscmi-cpufreq.c101 unsigned long *KHz) in scmi_get_cpu_power() argument
112 Hz = *KHz * 1000; in scmi_get_cpu_power()
122 *KHz = Hz / 1000; in scmi_get_cpu_power()
H A Dmediatek-cpufreq-hw.c57 unsigned long *KHz) in mtk_cpufreq_get_cpu_power() argument
70 if (data->table[i].frequency < *KHz) in mtk_cpufreq_get_cpu_power()
75 *KHz = data->table[i].frequency; in mtk_cpufreq_get_cpu_power()
/openbmc/linux/Documentation/translations/zh_CN/power/
H A Denergy-model.rst171 02 unsigned long *KHz)
176 07 freq = foo_get_freq_ceil(dev, *KHz);
187 18 *KHz = freq;
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-rtc-rtc0-device-rtc_calibration7 calibrate the AB8500.s 32KHz Real Time Clock.
12 30.5 micro-seconds (half-parts-per-million of the 32KHz clock)
/openbmc/linux/arch/arm/mach-omap1/
H A DKconfig67 bool "Use 32KHz timer"
71 Select this option if you want to enable the OMAP 32KHz timer.
73 support for no tick during idle. The 32KHz timer provides less
74 intra-tick resolution than OMAP_MPU_TIMER. The 32KHz timer is
87 timer provides more intra-tick resolution than the 32KHz timer,
/openbmc/qemu/target/xtensa/
H A Dimport_core.sh10 Usage: $0 overlay-archive-to-import core-name [frequency-in-KHz]
15 frequency-in-KHz: core frequency (40MHz if not specified).
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dclk-palmas-clk32kg-clocks.txt1 * Palmas 32KHz clocks *
3 Palmas device has two clock output pins for 32KHz, KG and KG_AUDIO.
/openbmc/linux/drivers/media/dvb-frontends/
H A Ds5h1411.c376 static int s5h1411_set_if_freq(struct dvb_frontend *fe, int KHz) in s5h1411_set_if_freq() argument
380 dprintk("%s(%d KHz)\n", __func__, KHz); in s5h1411_set_if_freq()
382 switch (KHz) { in s5h1411_set_if_freq()
400 __func__, KHz); in s5h1411_set_if_freq()
410 state->if_freq = KHz; in s5h1411_set_if_freq()
H A Ds5h1409.c353 static int s5h1409_set_if_freq(struct dvb_frontend *fe, int KHz) in s5h1409_set_if_freq() argument
357 dprintk("%s(%d KHz)\n", __func__, KHz); in s5h1409_set_if_freq()
359 switch (KHz) { in s5h1409_set_if_freq()
373 state->if_freq = KHz; in s5h1409_set_if_freq()
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dmax77620.txt36 with internal regulators. 32KHz clock can be programmed to be part of a
46 Each regulator, GPIO1, GPIO2, GPIO3, and 32KHz clock has a flexible power
54 When FPS event cleared (set to LOW), regulators, GPIOs and 32KHz
58 and 32KHz clock get disabled at
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-reference-design-tablet.dtsi88 * The gsl1680 is rated at 400KHz and it will not work reliable at
89 * 100KHz, this has been confirmed on multiple different q8 tablets.
90 * All other devices on this bus are also rated for 400KHz.
/openbmc/u-boot/drivers/clk/rockchip/
H A Dclk_rk3399.c287 #define VCO_MAX_KHZ (3200 * (MHz / KHz))
288 #define VCO_MIN_KHZ (800 * (MHz / KHz))
289 #define OUTPUT_MAX_KHZ (3200 * (MHz / KHz))
290 #define OUTPUT_MIN_KHZ (16 * (MHz / KHz))
359 u32 ref_khz = OSC_HZ / KHz, refdiv, fbdiv = 0; in pll_para_config()
366 u32 freq_khz = freq_hz / KHz; in pll_para_config()
412 if (best_diff_khz > 4 * (MHz/KHz)) { in pll_para_config()
415 best_diff_khz * KHz); in pll_para_config()
H A Dclk_rk3328.c179 #define VCO_MAX_KHZ (3200 * (MHz / KHz))
180 #define VCO_MIN_KHZ (800 * (MHz / KHz))
181 #define OUTPUT_MAX_KHZ (3200 * (MHz / KHz))
182 #define OUTPUT_MIN_KHZ (16 * (MHz / KHz))
/openbmc/u-boot/arch/arm/dts/
H A Dsun5i-reference-design-tablet.dtsi89 * The gsl1680 is rated at 400KHz and it will not work reliable at
90 * 100KHz, this has been confirmed on multiple different q8 tablets.
91 * All other devices on this bus are also rated for 400KHz.
H A Dexynos4210-universal_c210.dts213 regulator-name = "32KHz AP";
218 regulator-name = "32KHz CP";
/openbmc/linux/drivers/clk/pxa/
H A Dclk-pxa27x.c21 #define KHz 1000 macro
100 return (unsigned int)clks[0] / KHz; in pxa27x_get_clk_frequency_khz()
294 32768 * KHz)); in pxa27x_register_plls()
H A Dclk-pxa25x.c25 #define KHz 1000 macro
97 return (unsigned int)clks[0] / KHz; in pxa25x_get_clk_frequency_khz()
/openbmc/u-boot/doc/device-tree-bindings/i2c/
H A Di2c-gpio.txt18 It not defined, then default is 5us (~50KHz).
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dspreadtrum,sprd-timer.txt12 - clocks: The phandle to the source clock (usually a 32.768 KHz fixed clock).
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dimg-ir-rev1.txt16 1st: Core clock (defaults to 32.768KHz if omitted).
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-diseqc-send-burst.rst13 FE_DISEQC_SEND_BURST - Sends a 22KHz tone burst for 2x1 mini DiSEqC satellite selection.
/openbmc/linux/Documentation/misc-devices/
H A Dics932s401.rst27 All frequencies are reported in KHz.

12345