Lines Matching refs:pll_comb
1341 (rt5682s->sysclk_src == RT5682S_CLK_SRC_PLL2 && rt5682s->pll_comb == USE_PLLAB))
2363 rt5682s->pll_comb = find_pll_inter_combination(freq_in, freq_out,
2366 if ((pll_id == RT5682S_PLL1 && rt5682s->pll_comb == USE_PLLA) ||
2367 (pll_id == RT5682S_PLL2 && (rt5682s->pll_comb == USE_PLLB ||
2368 rt5682s->pll_comb == USE_PLLAB))) {
2371 pll_id + 1, freq_in, freq_out, rt5682s->pll_comb);
2375 pll_id + 1, freq_in, freq_out, rt5682s->pll_comb);
2379 if (rt5682s->pll_comb == USE_PLLA || rt5682s->pll_comb == USE_PLLAB) {
2395 if (rt5682s->pll_comb == USE_PLLB || rt5682s->pll_comb == USE_PLLAB) {
2415 if (rt5682s->pll_comb == USE_PLLB)