Searched refs:CPG_DIV6_DIV_MASK (Results 1 – 1 of 1) sorted by relevance
24 #define CPG_DIV6_DIV_MASK 0x3f macro51 val = (readl(clock->reg) & ~(CPG_DIV6_DIV_MASK | CPG_DIV6_CKSTP)) in cpg_div6_clock_enable()71 if (!(val & CPG_DIV6_DIV_MASK)) in cpg_div6_clock_disable()72 val |= CPG_DIV6_DIV_MASK; in cpg_div6_clock_disable()157 val = readl(clock->reg) & ~CPG_DIV6_DIV_MASK; in cpg_div6_clock_set_rate()264 clock->div = (readl(clock->reg) & CPG_DIV6_DIV_MASK) + 1; in cpg_div6_register()