Lines Matching defs:clk
195 static int meson_set_gate_by_id(struct clk *clk, unsigned long id, bool on) in meson_set_gate_by_id()
234 static int meson_clk_enable(struct clk *clk) in meson_clk_enable()
239 static int meson_clk_disable(struct clk *clk) in meson_clk_disable()
268 static ulong meson_div_get_rate(struct clk *clk, unsigned long id) in meson_div_get_rate()
315 static ulong meson_div_set_rate(struct clk *clk, unsigned long id, ulong rate, in meson_div_set_rate()
444 static ulong meson_mux_get_parent(struct clk *clk, unsigned long id) in meson_mux_get_parent()
489 static ulong meson_mux_set_parent(struct clk *clk, unsigned long id, in meson_mux_set_parent()
557 static ulong meson_mux_get_rate(struct clk *clk, unsigned long id) in meson_mux_get_rate()
567 static unsigned long meson_clk81_get_rate(struct clk *clk) in meson_clk81_get_rate()
638 static ulong meson_mpll_get_rate(struct clk *clk, unsigned long id) in meson_mpll_get_rate()
688 static ulong meson_pll_get_rate(struct clk *clk, unsigned long id) in meson_pll_get_rate()
723 static ulong meson_clk_get_rate_by_id(struct clk *clk, unsigned long id) in meson_clk_get_rate_by_id()
797 static ulong meson_clk_get_rate(struct clk *clk) in meson_clk_get_rate()
802 static int meson_clk_set_parent(struct clk *clk, struct clk *parent) in meson_clk_set_parent()
807 static ulong meson_clk_set_rate_by_id(struct clk *clk, unsigned long id, in meson_clk_set_rate_by_id()
863 static ulong meson_clk_set_rate(struct clk *clk, ulong rate) in meson_clk_set_rate()