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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8900.c148 u32 fll_out; /* FLL output frequency */ member in struct:wm8900_priv
751 if (wm8900->fll_in == freq_in && wm8900->fll_out == freq_out)
770 wm8900->fll_out = freq_out;
779 wm8900->fll_out = freq_out;
1135 int fll_out = wm8900->fll_out; local
1146 wm8900->fll_out = fll_out;
1169 if (wm8900->fll_out) {
1170 int fll_out local
[all...]
H A Dwm8400.c74 int fll_in, fll_out; member in struct:wm8400_priv
1023 if (freq_in == wm8400->fll_in && freq_out == wm8400->fll_out)
1037 wm8400->fll_out = freq_out;

Completed in 66 milliseconds