Home
last modified time | relevance | path

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

/linux/drivers/clk/sunxi/
A Dclk-a10-pll2.c28 #define SUN4I_PLL2_POST_DIV_SHIFT 26 macro
116 val &= ~(SUN4I_PLL2_POST_DIV_MASK << SUN4I_PLL2_POST_DIV_SHIFT); in sun4i_pll2_setup()
117 val |= (SUN4I_PLL2_POST_DIV_VALUE - post_div_offset) << SUN4I_PLL2_POST_DIV_SHIFT; in sun4i_pll2_setup()

Completed in 3 milliseconds