Searched refs:da7210_pll_div (Results 1 – 1 of 1) sorted by relevance
226 static const struct pll_div da7210_pll_div[] = { variable1001 for (cnt = 0; cnt < ARRAY_SIZE(da7210_pll_div); cnt++) { in da7210_set_dai_pll()1003 if ((fref == da7210_pll_div[cnt].fref) && in da7210_set_dai_pll()1004 (da7210->master == da7210_pll_div[cnt].mode) && in da7210_set_dai_pll()1005 (fout == da7210_pll_div[cnt].fout)) { in da7210_set_dai_pll()1007 pll_div1 = da7210_pll_div[cnt].div1; in da7210_set_dai_pll()1008 pll_div2 = da7210_pll_div[cnt].div2; in da7210_set_dai_pll()1009 pll_div3 = da7210_pll_div[cnt].div3; in da7210_set_dai_pll()1013 if (cnt >= ARRAY_SIZE(da7210_pll_div)) in da7210_set_dai_pll()