Lines Matching refs:pll_id
2241 int pll_id, int source, unsigned int freq_in, in rt5682s_set_component_pll() argument
2247 if (source == rt5682s->pll_src[pll_id] && freq_in == rt5682s->pll_in[pll_id] && in rt5682s_set_component_pll()
2248 freq_out == rt5682s->pll_out[pll_id]) in rt5682s_set_component_pll()
2253 rt5682s->pll_in[pll_id] = 0; in rt5682s_set_component_pll()
2254 rt5682s->pll_out[pll_id] = 0; in rt5682s_set_component_pll()
2277 if ((pll_id == RT5682S_PLL1 && rt5682s->pll_comb == USE_PLLA) || in rt5682s_set_component_pll()
2278 (pll_id == RT5682S_PLL2 && (rt5682s->pll_comb == USE_PLLB || in rt5682s_set_component_pll()
2282 pll_id + 1, freq_in, freq_out, rt5682s->pll_comb); in rt5682s_set_component_pll()
2286 pll_id + 1, freq_in, freq_out, rt5682s->pll_comb); in rt5682s_set_component_pll()
2330 rt5682s->pll_in[pll_id] = freq_in; in rt5682s_set_component_pll()
2331 rt5682s->pll_out[pll_id] = freq_out; in rt5682s_set_component_pll()
2332 rt5682s->pll_src[pll_id] = source; in rt5682s_set_component_pll()