Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dda7210.c226 static const struct pll_div da7210_pll_div[] = { variable
1005 for (cnt = 0; cnt < ARRAY_SIZE(da7210_pll_div); cnt++) { in da7210_set_dai_pll()
1007 if ((fref == da7210_pll_div[cnt].fref) && in da7210_set_dai_pll()
1008 (da7210->master == da7210_pll_div[cnt].mode) && in da7210_set_dai_pll()
1009 (fout == da7210_pll_div[cnt].fout)) { in da7210_set_dai_pll()
1011 pll_div1 = da7210_pll_div[cnt].div1; in da7210_set_dai_pll()
1012 pll_div2 = da7210_pll_div[cnt].div2; in da7210_set_dai_pll()
1013 pll_div3 = da7210_pll_div[cnt].div3; in da7210_set_dai_pll()
1017 if (cnt >= ARRAY_SIZE(da7210_pll_div)) in da7210_set_dai_pll()