Searched refs:da9055_pll_div (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
H A Dda9055.c253 static const struct pll_div da9055_pll_div[] = { variable in typeref:struct:pll_div
1302 for (cnt = 0; cnt < ARRAY_SIZE(da9055_pll_div); cnt++) { da9055_set_dai_pll()
1304 if ((fref == da9055_pll_div[cnt].fref) && da9055_set_dai_pll()
1305 (da9055->master == da9055_pll_div[cnt].mode) && da9055_set_dai_pll()
1306 (fout == da9055_pll_div[cnt].fout)) { da9055_set_dai_pll()
1308 pll_frac_top = da9055_pll_div[cnt].frac_top; da9055_set_dai_pll()
1309 pll_frac_bot = da9055_pll_div[cnt].frac_bot; da9055_set_dai_pll()
1310 pll_integer = da9055_pll_div[cnt].integer; da9055_set_dai_pll()
1314 if (cnt >= ARRAY_SIZE(da9055_pll_div)) da9055_set_dai_pll()

Completed in 36 milliseconds