Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/renesas/
Dclk-mstp.c76 static int cpg_mstp_clock_endisable(struct clk_hw *hw, bool enable) in cpg_mstp_clock_endisable() function
122 return cpg_mstp_clock_endisable(hw, true); in cpg_mstp_clock_enable()
127 cpg_mstp_clock_endisable(hw, false); in cpg_mstp_clock_disable()
Drenesas-cpg-mssr.c149 static int cpg_mstp_clock_endisable(struct clk_hw *hw, bool enable) in cpg_mstp_clock_endisable() function
194 return cpg_mstp_clock_endisable(hw, true); in cpg_mstp_clock_enable()
199 cpg_mstp_clock_endisable(hw, false); in cpg_mstp_clock_disable()