Home
last modified time | relevance | path

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

/Linux-v5.15/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.c182 static int cpg_mstp_clock_endisable(struct clk_hw *hw, bool enable) in cpg_mstp_clock_endisable() function
240 return cpg_mstp_clock_endisable(hw, true); in cpg_mstp_clock_enable()
245 cpg_mstp_clock_endisable(hw, false); in cpg_mstp_clock_disable()