Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Dclk-mstp.c76 static int cpg_mstp_clock_endisable(struct clk_hw *hw, bool enable) in cpg_mstp_clock_endisable() function
117 return cpg_mstp_clock_endisable(hw, true); in cpg_mstp_clock_enable()
122 cpg_mstp_clock_endisable(hw, false); in cpg_mstp_clock_disable()
H A Drenesas-cpg-mssr.c194 static int cpg_mstp_clock_endisable(struct clk_hw *hw, bool enable) in cpg_mstp_clock_endisable() function
246 return cpg_mstp_clock_endisable(hw, true); in cpg_mstp_clock_enable()
251 cpg_mstp_clock_endisable(hw, false); in cpg_mstp_clock_disable()