Searched refs:fvco_sel (Results 1 - 4 of 4) sorted by last modified time

/linux-master/sound/soc/codecs/
H A Dnau8825.c2258 unsigned int fref, i, fvco_sel; local
2288 fvco_sel = ARRAY_SIZE(mclk_src_scaling);
2294 fvco_sel = i;
2297 if (ARRAY_SIZE(mclk_src_scaling) == fvco_sel)
2299 fll_param->mclk_src = mclk_src_scaling[fvco_sel].val;
H A Dnau8824.c1267 unsigned int fref, i, fvco_sel; local
1297 fvco_sel = ARRAY_SIZE(mclk_src_scaling);
1303 fvco_sel = i;
1306 if (ARRAY_SIZE(mclk_src_scaling) == fvco_sel)
1308 fll_param->mclk_src = mclk_src_scaling[fvco_sel].val;
H A Dnau8821.c1276 unsigned int fref, i, fvco_sel; local
1306 fvco_sel = ARRAY_SIZE(mclk_src_scaling);
1312 fvco_sel = i;
1315 if (ARRAY_SIZE(mclk_src_scaling) == fvco_sel)
1317 fll_param->mclk_src = mclk_src_scaling[fvco_sel].val;
H A Dnau8540.c664 unsigned int fref, i, fvco_sel; local
694 fvco_sel = ARRAY_SIZE(mclk_src_scaling);
700 fvco_sel = i;
703 if (ARRAY_SIZE(mclk_src_scaling) == fvco_sel)
705 fll_param->mclk_src = mclk_src_scaling[fvco_sel].val;

Completed in 169 milliseconds