Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dda9055.c249 static const struct pll_div da9055_pll_div[] = { variable
1295 for (cnt = 0; cnt < ARRAY_SIZE(da9055_pll_div); cnt++) { in da9055_set_dai_pll()
1297 if ((fref == da9055_pll_div[cnt].fref) && in da9055_set_dai_pll()
1298 (da9055->master == da9055_pll_div[cnt].mode) && in da9055_set_dai_pll()
1299 (fout == da9055_pll_div[cnt].fout)) { in da9055_set_dai_pll()
1301 pll_frac_top = da9055_pll_div[cnt].frac_top; in da9055_set_dai_pll()
1302 pll_frac_bot = da9055_pll_div[cnt].frac_bot; in da9055_set_dai_pll()
1303 pll_integer = da9055_pll_div[cnt].integer; in da9055_set_dai_pll()
1307 if (cnt >= ARRAY_SIZE(da9055_pll_div)) in da9055_set_dai_pll()