Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm8978.c732 unsigned int f_sel, diff, diff_best = INT_MAX; in wm8978_hw_params() local
780 f_sel = wm8978->f_mclk; in wm8978_hw_params()
788 f_sel = wm8978->f_pllout; in wm8978_hw_params()
793 if (f_sel < wm8978->f_256fs || f_sel > 12 * wm8978->f_256fs) in wm8978_hw_params()
798 f_sel * 3 * mclk_denominator[i] / mclk_numerator[i]); in wm8978_hw_params()
816 f_sel * mclk_denominator[best] / mclk_numerator[best] / 256, in wm8978_hw_params()