Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dda9055.c253 static const struct pll_div da9055_pll_div[] = { variable
1299 for (cnt = 0; cnt < ARRAY_SIZE(da9055_pll_div); cnt++) { in da9055_set_dai_pll()
1301 if ((fref == da9055_pll_div[cnt].fref) && in da9055_set_dai_pll()
1302 (da9055->master == da9055_pll_div[cnt].mode) && in da9055_set_dai_pll()
1303 (fout == da9055_pll_div[cnt].fout)) { in da9055_set_dai_pll()
1305 pll_frac_top = da9055_pll_div[cnt].frac_top; in da9055_set_dai_pll()
1306 pll_frac_bot = da9055_pll_div[cnt].frac_bot; in da9055_set_dai_pll()
1307 pll_integer = da9055_pll_div[cnt].integer; in da9055_set_dai_pll()
1311 if (cnt >= ARRAY_SIZE(da9055_pll_div)) in da9055_set_dai_pll()