Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-gate.c59 static void clk_gate_endisable(struct clk_hw *hw, int enable) in clk_gate_endisable() function
99 clk_gate_endisable(hw, 1); in clk_gate_enable()
106 clk_gate_endisable(hw, 0); in clk_gate_disable()