Searched refs:CLK_ROOT_POST_DIV_MASK (Results 1 – 5 of 5) sorted by relevance
239 #define CLK_ROOT_POST_DIV_MASK 0x3f macro
541 reg &= ~CLK_ROOT_POST_DIV_MASK; in clock_set_postdiv()564 val &= CLK_ROOT_POST_DIV_MASK; in clock_get_postdiv()
865 val &= ~(CLK_ROOT_PRE_DIV_MASK | CLK_ROOT_POST_DIV_MASK); in imx_eqos_txclk_set_rate()
1833 mask = CLK_ROOT_POST_DIV_MASK; in clock_get_postdiv()
2096 #define CLK_ROOT_POST_DIV_MASK 0x0000003f macro2098 #define CLK_ROOT_POST_DIV(n) ((n << CLK_ROOT_POST_DIV_SHIFT) & CLK_ROOT_POST_DIV_MASK)
Completed in 28 milliseconds