Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Dclk-div6.c25 #define CPG_DIV6_DIV_MASK 0x3f macro
52 val = (readl(clock->reg) & ~(CPG_DIV6_DIV_MASK | CPG_DIV6_CKSTP)) in cpg_div6_clock_enable()
72 if (!(val & CPG_DIV6_DIV_MASK)) in cpg_div6_clock_disable()
73 val |= CPG_DIV6_DIV_MASK; in cpg_div6_clock_disable()
158 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()