Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Dclk-div6.c23 #define CPG_DIV6_CKSTP BIT(8) macro
52 val = (readl(clock->reg) & ~(CPG_DIV6_DIV_MASK | CPG_DIV6_CKSTP)) in cpg_div6_clock_enable()
65 val |= CPG_DIV6_CKSTP; in cpg_div6_clock_disable()
81 return !(readl(clock->reg) & CPG_DIV6_CKSTP); in cpg_div6_clock_is_enabled()
160 if (!(val & CPG_DIV6_CKSTP)) in cpg_div6_clock_set_rate()