Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/renesas/
Dclk-div6.c27 #define CPG_DIV6_DIV_MASK 0x3f macro
56 val = (readl(clock->reg) & ~(CPG_DIV6_DIV_MASK | CPG_DIV6_CKSTP)) in cpg_div6_clock_enable()
76 if (!(val & CPG_DIV6_DIV_MASK)) in cpg_div6_clock_disable()
77 val |= CPG_DIV6_DIV_MASK; in cpg_div6_clock_disable()
125 val = readl(clock->reg) & ~CPG_DIV6_DIV_MASK; in cpg_div6_clock_set_rate()
244 clock->div = (readl(clock->reg) & CPG_DIV6_DIV_MASK) + 1; in cpg_div6_register()