Searched refs:meson_clk_get_rate_by_id (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/clk/ |
H A D | clk_meson_axg.c | 25 static ulong meson_clk_get_rate_by_id(struct clk *clk, unsigned long id); 107 parent_rate = meson_clk_get_rate_by_id(clk, parents[reg]); in meson_clk81_get_rate() 175 parent_rate = meson_clk_get_rate_by_id(clk, CLKID_FIXED_PLL); in meson_mpll_get_rate() 235 static ulong meson_clk_get_rate_by_id(struct clk *clk, unsigned long id) in meson_clk_get_rate_by_id() function 282 return meson_clk_get_rate_by_id(clk, clk->id); in meson_clk_get_rate()
|
H A D | clk_meson.c | 82 static ulong meson_clk_get_rate_by_id(struct clk *clk, unsigned long id); 302 parent_rate = meson_clk_get_rate_by_id(clk, parent); in meson_div_get_rate() 352 parent_rate = meson_clk_get_rate_by_id(clk, parent); in meson_div_set_rate() 373 parent_rate = meson_clk_get_rate_by_id(clk, parent); in meson_div_set_rate() 564 return meson_clk_get_rate_by_id(clk, parent); in meson_mux_get_rate() 594 parent_rate = meson_clk_get_rate_by_id(clk, parents[reg]); in meson_clk81_get_rate() 663 parent_rate = meson_clk_get_rate_by_id(clk, CLKID_FIXED_PLL); in meson_mpll_get_rate() 723 static ulong meson_clk_get_rate_by_id(struct clk *clk, unsigned long id) in meson_clk_get_rate_by_id() function 799 return meson_clk_get_rate_by_id(clk, clk->id); in meson_clk_get_rate() 865 ulong current_rate = meson_clk_get_rate_by_id(clk, clk->id); in meson_clk_set_rate() [all …]
|