Searched refs:clkin (Results 1 – 6 of 6) sorted by relevance
/u-boot/drivers/clk/aspeed/ |
A D | clk_ast2500.c | 122 ulong clkin = ast2500_get_clkin(priv->scu); in ast2500_clk_get_rate() local 131 rate = ast2500_get_hpll_rate(clkin, in ast2500_clk_get_rate() 135 rate = ast2500_get_mpll_rate(clkin, in ast2500_clk_get_rate() 143 rate = ast2500_get_hpll_rate(clkin, in ast2500_clk_get_rate() 154 rate = ast2500_get_hpll_rate(clkin, in ast2500_clk_get_rate() 271 ulong clkin = ast2500_get_clkin(scu); in ast2500_configure_ddr() local 279 ast2500_calc_clock_config(clkin, rate, &div_cfg); in ast2500_configure_ddr() 292 return ast2500_get_mpll_rate(clkin, mpll_reg); in ast2500_configure_ddr() 297 ulong clkin = ast2500_get_clkin(scu); in ast2500_configure_mac() local 298 ulong hpll_rate = ast2500_get_hpll_rate(clkin, in ast2500_configure_mac() [all …]
|
/u-boot/drivers/i2c/ |
A D | exynos_hs_i2c.c | 145 ulong clkin; in hsi2c_get_clk_details() local 151 clkin = get_i2c_clk(); in hsi2c_get_clk_details() 153 clkin = get_PCLK(); in hsi2c_get_clk_details() 162 utemp0 = (clkin / op_clk) - 8 - 2 * t_ftl_cycle; in hsi2c_get_clk_details()
|
/u-boot/arch/arm/dts/ |
A D | meson-gxbb.dtsi | 773 clock-names = "clkin", "core", "adc_clk", "adc_sel";
|
A D | meson-gxl.dtsi | 842 clock-names = "clkin", "core", "adc_clk", "adc_sel";
|
A D | meson-axg.dtsi | 1561 clock-names = "clkin", "core", "adc_clk", "adc_sel";
|
A D | meson-g12-common.dtsi | 2094 clock-names = "clkin", "core", "adc_clk", "adc_sel";
|
Completed in 16 milliseconds