Home
last modified time | relevance | path

Searched refs:meson_set_gate (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/clk/
H A Dclk_meson_axg.c51 static int meson_set_gate(struct clk *clk, bool on) in meson_set_gate() function
72 return meson_set_gate(clk, true); in meson_clk_enable()
77 return meson_set_gate(clk, false); in meson_clk_disable()