Searched refs:clkin (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/clk/aspeed/ |
D | clk_ast2500.c | 52 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/ |
D | exynos_hs_i2c.c | 142 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/ |
D | meson-gxbb.dtsi | 711 clock-names = "clkin", "core", "adc_clk", "adc_sel";
|
D | meson-gxl.dtsi | 720 clock-names = "clkin", "core", "adc_clk", "adc_sel";
|
D | ast2500.dtsi | 63 compatible = "aspeed,g5-clkin-clock";
|