Searched refs:CPG_DIV6_CKSTP (Results 1 – 1 of 1) sorted by relevance
22 #define CPG_DIV6_CKSTP BIT(8) macro51 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()