Searched refs:meson_set_gate (Results 1 – 2 of 2) sorted by relevance
26 static int meson_set_gate(struct clk *clk, bool on) in meson_set_gate() function47 return meson_set_gate(clk, true); in meson_clk_enable()52 return meson_set_gate(clk, false); in meson_clk_disable()
54 static int meson_set_gate(struct clk *clk, bool on) in meson_set_gate() function75 return meson_set_gate(clk, true); in meson_clk_enable()80 return meson_set_gate(clk, false); in meson_clk_disable()
Completed in 3 milliseconds