Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8900.c141 u32 fll_out; /* FLL output frequency */ member
751 if (wm8900->fll_in == freq_in && wm8900->fll_out == freq_out) in wm8900_set_fll()
765 wm8900->fll_out = freq_out; in wm8900_set_fll()
774 wm8900->fll_out = freq_out; in wm8900_set_fll()
1118 int fll_out = wm8900->fll_out; in wm8900_suspend() local
1129 wm8900->fll_out = fll_out; in wm8900_suspend()
1153 if (wm8900->fll_out) { in wm8900_resume()
1154 int fll_out = wm8900->fll_out; in wm8900_resume() local
1158 wm8900->fll_out = 0; in wm8900_resume()
1160 ret = wm8900_set_fll(component, 0, fll_in, fll_out); in wm8900_resume()
H A Dwm8400.c60 int fll_in, fll_out; member
930 if (freq_in == wm8400->fll_in && freq_out == wm8400->fll_out) in wm8400_set_dai_pll()
944 wm8400->fll_out = freq_out; in wm8400_set_dai_pll()