Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/renesas/
Dclk-mstp.c75 static int cpg_mstp_clock_endisable(struct clk_hw *hw, bool enable) in cpg_mstp_clock_endisable() function
121 return cpg_mstp_clock_endisable(hw, true); in cpg_mstp_clock_enable()
126 cpg_mstp_clock_endisable(hw, false); in cpg_mstp_clock_disable()
Drenesas-cpg-mssr.c190 static int cpg_mstp_clock_endisable(struct clk_hw *hw, bool enable) in cpg_mstp_clock_endisable() function
248 return cpg_mstp_clock_endisable(hw, true); in cpg_mstp_clock_enable()
253 cpg_mstp_clock_endisable(hw, false); in cpg_mstp_clock_disable()