Searched refs:AR724X_PLL_REF_DIV_MASK (Results 1 – 2 of 2) sorted by relevance
175 #define AR724X_PLL_REF_DIV_MASK 0xf macro
112 div = ((pll >> AR724X_PLL_REF_DIV_SHIFT) & AR724X_PLL_REF_DIV_MASK) * 2; in ar724x_clk_init()