Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/sunxi/
Dclk-sunxi.c48 #define SUN6I_AHB1_PLL6_DIV_MASK (0x3 << SUN6I_AHB1_PLL6_DIV_SHIFT) macro
49 #define SUN6I_AHB1_PLL6_DIV_GET(reg) ((reg & SUN6I_AHB1_PLL6_DIV_MASK) >> \
51 #define SUN6I_AHB1_PLL6_DIV_SET(reg, div) ((reg & ~SUN6I_AHB1_PLL6_DIV_MASK) | \