Home
last modified time | relevance | path

Searched refs:CPG_DIV6_CKSTP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/renesas/
H A Dclk-div6.c22 #define CPG_DIV6_CKSTP BIT(8) macro
53 val = (readl(clock->reg) & ~(CPG_DIV6_DIV_MASK | CPG_DIV6_CKSTP)) in cpg_div6_clock_enable()
66 val |= CPG_DIV6_CKSTP; in cpg_div6_clock_disable()
82 return !(readl(clock->reg) & CPG_DIV6_CKSTP); in cpg_div6_clock_is_enabled()
124 if (!(val & CPG_DIV6_CKSTP)) in cpg_div6_clock_set_rate()
/kernel/linux/linux-6.6/drivers/clk/renesas/
H A Dclk-div6.c22 #define CPG_DIV6_CKSTP BIT(8) macro
51 val = (readl(clock->reg) & ~(CPG_DIV6_DIV_MASK | CPG_DIV6_CKSTP)) in cpg_div6_clock_enable()
64 val |= CPG_DIV6_CKSTP; in cpg_div6_clock_disable()
80 return !(readl(clock->reg) & CPG_DIV6_CKSTP); in cpg_div6_clock_is_enabled()
159 if (!(val & CPG_DIV6_CKSTP)) in cpg_div6_clock_set_rate()

Completed in 2 milliseconds