Searched refs:WM8850_PLL_DIV (Results 1 – 1 of 1) sorted by relevance
342 #define WM8850_PLL_DIV(x) ((((x >> 8) & 1) + 1) * (1 << (x & 3))) macro658 pll_freq /= WM8850_PLL_DIV(pll_val); in vtwm_pll_recalc_rate()