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

/linux-master/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))
64 val |= CPG_DIV6_CKSTP;
80 return !(readl(clock->reg) & CPG_DIV6_CKSTP);
159 if (!(val & CPG_DIV6_CKSTP))

Completed in 110 milliseconds