Home
last modified time | relevance | path

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

12

/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-rockchip/
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)
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)
Dcru_px30.h11 #define KHz 1000 macro
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
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.
Dexynos4210-universal_c210.dts213 regulator-name = "32KHz AP";
218 regulator-name = "32KHz CP";
Dimx6ull.dtsi24 /* KHz uV */
Dsun8i-reference-design-tablet.dtsi66 * The gsl1680 is rated at 400KHz and it will not work reliable at
67 * 100KHz, this has been confirmed on multiple different q8 tablets.
Dmeson-gxl-s905x-p212.dtsi80 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */
Dmeson-gxbb-p20x.dtsi86 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */
Dimx7d.dtsi50 /* KHz uV */
Dmeson-sm1-sei610.dts186 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */
Dmeson-khadas-vim3.dtsi170 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */
Dmeson-gxm-khadas-vim2.dts197 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */
Dmeson-gxbb-nanopi-k2.dts81 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */
Drk3036.dtsi49 /* KHz uV */
Dmeson-g12a-sei510.dts160 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */
Dmeson-axg-s400.dts341 pwms = <&pwm_ab 0 30518 0>; /* PWM_A at 32.768KHz */
Drk3288-phycore-som.dtsi133 /* KHz uV */
/third_party/uboot/u-boot-2020.01/drivers/clk/rockchip/
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()
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))
Dclk_px30.c95 u32 ref_khz = OSC_HZ / KHz, refdiv, fbdiv = 0; in pll_clk_set_by_auto()
102 u32 rate_khz = drate / KHz; in pll_clk_set_by_auto()
117 if (vco_khz < (VCO_MIN_HZ / KHz) || vco_khz > (VCO_MAX_HZ / KHz) || in pll_clk_set_by_auto()
149 if (best_diff_khz > 4 * (MHz / KHz)) { in pll_clk_set_by_auto()
152 best_diff_khz * KHz); in pll_clk_set_by_auto()
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/i2c/
Di2c-gpio.txt18 It not defined, then default is 5us (~50KHz).
/third_party/uboot/u-boot-2020.01/drivers/pwm/
DKconfig49 32KHz clock is supported by the driver but the duty cycle is
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/clock/
Dnvidia,tegra20-car.txt13 the 32 KHz "32k_in", and the board-specific oscillator "osc".
/third_party/uboot/u-boot-2020.01/drivers/power/pmic/
DKconfig192 as a SoC power controller. It also provides 32KHz clock outputs. This

12