Searched refs:da9055_pll_div (Results 1 – 1 of 1) sorted by relevance
248 static const struct pll_div da9055_pll_div[] = { variable1294 for (cnt = 0; cnt < ARRAY_SIZE(da9055_pll_div); cnt++) { in da9055_set_dai_pll()1296 if ((fref == da9055_pll_div[cnt].fref) && in da9055_set_dai_pll()1297 (da9055->master == da9055_pll_div[cnt].mode) && in da9055_set_dai_pll()1298 (fout == da9055_pll_div[cnt].fout)) { in da9055_set_dai_pll()1300 pll_frac_top = da9055_pll_div[cnt].frac_top; in da9055_set_dai_pll()1301 pll_frac_bot = da9055_pll_div[cnt].frac_bot; in da9055_set_dai_pll()1302 pll_integer = da9055_pll_div[cnt].integer; in da9055_set_dai_pll()1306 if (cnt >= ARRAY_SIZE(da9055_pll_div)) in da9055_set_dai_pll()