Searched refs:WM8650_PLL_DIV (Results 1 – 1 of 1) sorted by relevance
322 #define WM8650_PLL_DIV(x) (((x >> 10) & 7) * (1 << ((x >> 13) & 3))) macro650 pll_freq /= WM8650_PLL_DIV(pll_val); in vtwm_pll_recalc_rate()