Searched refs:WM8750_PLL_DIV (Results 1 – 1 of 1) sorted by relevance
332 #define WM8750_PLL_DIV(x) ((((x >> 8) & 1) + 1) * (1 << (x & 7))) macro654 pll_freq /= WM8750_PLL_DIV(pll_val); in vtwm_pll_recalc_rate()