Lines Matching refs:pll_div
271 static struct pll_ pll_div;
285 pll_div.pre_div = 1;
288 pll_div.pre_div = 0;
295 pll_div.n = Ndiv;
310 pll_div.k = K;
332 snd_soc_component_write(component, WM8510_PLLN, (pll_div.pre_div << 4) | pll_div.n);
333 snd_soc_component_write(component, WM8510_PLLK1, pll_div.k >> 18);
334 snd_soc_component_write(component, WM8510_PLLK2, (pll_div.k >> 9) & 0x1ff);
335 snd_soc_component_write(component, WM8510_PLLK3, pll_div.k & 0x1ff);