Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/aspeed/
Dclk_ast2500.c52 static ulong ast2500_get_mpll_rate(ulong clkin, u32 mpll_reg) in ast2500_get_mpll_rate() argument
60 return (clkin * ((num + 1) / (denum + 1))) / (post_div + 1); in ast2500_get_mpll_rate()
67 static ulong ast2500_get_hpll_rate(ulong clkin, u32 hpll_reg) in ast2500_get_hpll_rate() argument
75 return (clkin * ((num + 1) / (denum + 1))) / (post_div + 1); in ast2500_get_hpll_rate()
118 ulong clkin = ast2500_get_clkin(priv->scu); in ast2500_clk_get_rate() local
128 rate = ast2500_get_hpll_rate(clkin, in ast2500_clk_get_rate()
132 rate = ast2500_get_mpll_rate(clkin, in ast2500_clk_get_rate()
140 rate = ast2500_get_hpll_rate(clkin, in ast2500_clk_get_rate()
222 ulong clkin = ast2500_get_clkin(scu); in ast2500_configure_ddr() local
230 ast2500_calc_clock_config(clkin, rate, &div_cfg); in ast2500_configure_ddr()
[all …]
/external/u-boot/drivers/i2c/
Dexynos_hs_i2c.c142 ulong clkin; in hsi2c_get_clk_details() local
148 clkin = get_i2c_clk(); in hsi2c_get_clk_details()
150 clkin = get_PCLK(); in hsi2c_get_clk_details()
159 utemp0 = (clkin / op_clk) - 8 - 2 * t_ftl_cycle; in hsi2c_get_clk_details()
/external/u-boot/arch/arm/dts/
Dmeson-gxbb.dtsi711 clock-names = "clkin", "core", "adc_clk", "adc_sel";
Dmeson-gxl.dtsi720 clock-names = "clkin", "core", "adc_clk", "adc_sel";
Dast2500.dtsi63 compatible = "aspeed,g5-clkin-clock";