fvco_sel          553 sound/soc/codecs/nau8540.c 	unsigned int fref, i, fvco_sel;
fvco_sel          583 sound/soc/codecs/nau8540.c 	fvco_sel = ARRAY_SIZE(mclk_src_scaling);
fvco_sel          589 sound/soc/codecs/nau8540.c 			fvco_sel = i;
fvco_sel          592 sound/soc/codecs/nau8540.c 	if (ARRAY_SIZE(mclk_src_scaling) == fvco_sel)
fvco_sel          594 sound/soc/codecs/nau8540.c 	fll_param->mclk_src = mclk_src_scaling[fvco_sel].val;
fvco_sel         1272 sound/soc/codecs/nau8824.c 	unsigned int fref, i, fvco_sel;
fvco_sel         1302 sound/soc/codecs/nau8824.c 	fvco_sel = ARRAY_SIZE(mclk_src_scaling);
fvco_sel         1308 sound/soc/codecs/nau8824.c 			fvco_sel = i;
fvco_sel         1311 sound/soc/codecs/nau8824.c 	if (ARRAY_SIZE(mclk_src_scaling) == fvco_sel)
fvco_sel         1313 sound/soc/codecs/nau8824.c 	fll_param->mclk_src = mclk_src_scaling[fvco_sel].val;
fvco_sel         1989 sound/soc/codecs/nau8825.c 	unsigned int fref, i, fvco_sel;
fvco_sel         2019 sound/soc/codecs/nau8825.c 	fvco_sel = ARRAY_SIZE(mclk_src_scaling);
fvco_sel         2025 sound/soc/codecs/nau8825.c 			fvco_sel = i;
fvco_sel         2028 sound/soc/codecs/nau8825.c 	if (ARRAY_SIZE(mclk_src_scaling) == fvco_sel)
fvco_sel         2030 sound/soc/codecs/nau8825.c 	fll_param->mclk_src = mclk_src_scaling[fvco_sel].val;