Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/sunxi/
H A Dclk_sunxi.c22 static int sunxi_set_gate(struct clk *clk, bool on) in sunxi_set_gate() function
49 return sunxi_set_gate(clk, true); in sunxi_clk_enable()
54 return sunxi_set_gate(clk, false); in sunxi_clk_disable()