Home
last modified time | relevance | path

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

/drivers/clk/renesas/
Dclk-mstp.c76 static int cpg_mstp_clock_endisable(struct clk_hw *hw, bool enable) in cpg_mstp_clock_endisable() function
116 return cpg_mstp_clock_endisable(hw, true); in cpg_mstp_clock_enable()
121 cpg_mstp_clock_endisable(hw, false); in cpg_mstp_clock_disable()
Drenesas-cpg-mssr.c133 static int cpg_mstp_clock_endisable(struct clk_hw *hw, bool enable) in cpg_mstp_clock_endisable() function
179 return cpg_mstp_clock_endisable(hw, true); in cpg_mstp_clock_enable()
184 cpg_mstp_clock_endisable(hw, false); in cpg_mstp_clock_disable()