CPG_DIV6_CKSTP
if (!(val & CPG_DIV6_CKSTP))
val = (readl(clock->reg) & ~(CPG_DIV6_DIV_MASK | CPG_DIV6_CKSTP))
val |= CPG_DIV6_CKSTP;
return !(readl(clock->reg) & CPG_DIV6_CKSTP);