Home
last modified time | relevance | path

Searched refs:clkin (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/clk/aspeed/
H A Dclk_ast2500.c53 static ulong ast2500_get_mpll_rate(ulong clkin, u32 mpll_reg) in ast2500_get_mpll_rate() argument
61 return (clkin * ((num + 1) / (denum + 1))) / (post_div + 1); in ast2500_get_mpll_rate()
68 static ulong ast2500_get_hpll_rate(ulong clkin, u32 hpll_reg) in ast2500_get_hpll_rate() argument
76 return (clkin * ((num + 1) / (denum + 1))) / (post_div + 1); in ast2500_get_hpll_rate()
119 ulong clkin = ast2500_get_clkin(priv->scu); in ast2500_clk_get_rate() local
129 rate = ast2500_get_hpll_rate(clkin, in ast2500_clk_get_rate()
133 rate = ast2500_get_mpll_rate(clkin, in ast2500_clk_get_rate()
141 rate = ast2500_get_hpll_rate(clkin, in ast2500_clk_get_rate()
223 ulong clkin = ast2500_get_clkin(scu); in ast2500_configure_ddr() local
231 ast2500_calc_clock_config(clkin, rate, &div_cfg); in ast2500_configure_ddr()
[all …]
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drk618.c146 ret = clk_get_by_name(dev, "clkin", &rk618->clkin); in rk618_probe()
152 ret = clk_set_rate(&rk618->clkin, 11289600); in rk618_probe()
158 clk_enable(&rk618->clkin); in rk618_probe()
H A Drk618.h64 struct clk clkin; member
H A Drk618_dsi.c325 fref = clk_get_rate(&dsi->parent->clkin); in rk618_dsi_set_hs_clk()
/rk3399_rockchip-uboot/drivers/i2c/
H A Dexynos_hs_i2c.c143 ulong clkin; in hsi2c_get_clk_details() local
149 clkin = get_i2c_clk(); in hsi2c_get_clk_details()
151 clkin = get_PCLK(); in hsi2c_get_clk_details()
160 utemp0 = (clkin / op_clk) - 8 - 2 * t_ftl_cycle; in hsi2c_get_clk_details()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dmeson-gxbb.dtsi592 clock-names = "clkin", "core", "sana", "adc_clk", "adc_sel";
H A Dast2500.dtsi63 compatible = "aspeed,g5-clkin-clock";