Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rk3399.h79 #define KHz 1000 macro
95 #define PERIHP_PCLK_HZ (37500 * KHz)
H A Dcru_rv1103b.h13 #define KHz 1000 macro
H A Dcru_rv1106.h13 #define KHz 1000 macro
H A Dcru_rk3506.h12 #define KHz 1000 macro
H A Dcru_rk1808.h12 #define KHz 1000 macro
H A Dcru_rv1126.h13 #define KHz 1000 macro
H A Dcru_px30.h12 #define KHz 1000 macro
H A Dcru_rk3528.h11 #define KHz 1000 macro
H A Dcru_rk3562.h13 #define KHz 1000 macro
H A Dcru_rv1126b.h13 #define KHz 1000 macro
H A Dcru_rk3588.h11 #define KHz 1000 macro
H A Dcru_rk3568.h11 #define KHz 1000 macro
H A Dcru_rk3576.h11 #define KHz 1000 macro
/rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/
H A Di2c-gpio.txt18 It not defined, then default is 5us (~50KHz).
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dexynos4210-universal_c210.dts216 regulator-name = "32KHz AP";
221 regulator-name = "32KHz CP";
H A Dsun8i-reference-design-tablet.dtsi68 * The gsl1680 is rated at 400KHz and it will not work reliable at
69 * 100KHz, this has been confirmed on multiple different q8 tablets.
H A Dimx7d.dtsi50 /* KHz uV */
H A Drk3036.dtsi51 /* KHz uV */
H A Drk3288-phycore-som.dtsi134 /* KHz uV */
/rk3399_rockchip-uboot/drivers/clk/rockchip/
H A Dclk_rk3399.c314 #define VCO_MAX_KHZ (3200 * (MHz / KHz))
315 #define VCO_MIN_KHZ (800 * (MHz / KHz))
316 #define OUTPUT_MAX_KHZ (3200 * (MHz / KHz))
317 #define OUTPUT_MIN_KHZ (16 * (MHz / KHz))
447 u32 ref_khz = OSC_HZ / KHz, refdiv, fbdiv = 0; in pll_para_config()
454 u32 freq_khz = freq_hz / KHz; in pll_para_config()
500 if (best_diff_khz > 4 * (MHz/KHz)) { in pll_para_config()
503 best_diff_khz * KHz); in pll_para_config()
H A Dclk_px30.c110 u32 ref_khz = OSC_HZ / KHz, refdiv, fbdiv = 0; in pll_clk_set_by_auto()
117 u32 rate_khz = drate / KHz; in pll_clk_set_by_auto()
132 if (vco_khz < (VCO_MIN_HZ / KHz) || vco_khz > (VCO_MAX_HZ / KHz) || in pll_clk_set_by_auto()
163 if (best_diff_khz > 4 * (MHz / KHz)) { in pll_clk_set_by_auto()
166 best_diff_khz * KHz); in pll_clk_set_by_auto()
H A Dclk_rk3568.c1460 return 750 * KHz; in rk3568_sdmmc_get_clk()
1490 case 750 * KHz: in rk3568_sdmmc_set_clk()
1491 case 400 * KHz: in rk3568_sdmmc_set_clk()
1649 return 375 * KHz; in rk3568_emmc_get_clk()
1679 case 400 * KHz: in rk3568_emmc_set_clk()
1680 case 375 * KHz: in rk3568_emmc_set_clk()
2018 return 62500 * KHz; in rk3568_gmac_ptp_ref_get_clk()
2037 case 62500 * KHz: in rk3568_gmac_ptp_ref_set_clk()
/rk3399_rockchip-uboot/drivers/pwm/
H A DKconfig44 32KHz clock is supported by the driver but the duty cycle is
/rk3399_rockchip-uboot/doc/device-tree-bindings/clock/
H A Dnvidia,tegra20-car.txt13 the 32 KHz "32k_in", and the board-specific oscillator "osc".
/rk3399_rockchip-uboot/drivers/mmc/
H A Drockchip_sdhci.c25 #define KHz (1000) macro
26 #define MHz (1000 * KHz)

12