Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dda7210.c221 static const struct pll_div da7210_pll_div[] = { variable
998 for (cnt = 0; cnt < ARRAY_SIZE(da7210_pll_div); cnt++) { in da7210_set_dai_pll()
1000 if ((fref == da7210_pll_div[cnt].fref) && in da7210_set_dai_pll()
1001 (da7210->master == da7210_pll_div[cnt].mode) && in da7210_set_dai_pll()
1002 (fout == da7210_pll_div[cnt].fout)) { in da7210_set_dai_pll()
1004 pll_div1 = da7210_pll_div[cnt].div1; in da7210_set_dai_pll()
1005 pll_div2 = da7210_pll_div[cnt].div2; in da7210_set_dai_pll()
1006 pll_div3 = da7210_pll_div[cnt].div3; in da7210_set_dai_pll()
1010 if (cnt >= ARRAY_SIZE(da7210_pll_div)) in da7210_set_dai_pll()