Home
last modified time | relevance | path

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

/openbmc/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.c190 static int cpg_mstp_clock_endisable(struct clk_hw *hw, bool enable) in cpg_mstp_clock_endisable() function
242 return cpg_mstp_clock_endisable(hw, true); in cpg_mstp_clock_enable()
247 cpg_mstp_clock_endisable(hw, false); in cpg_mstp_clock_disable()