Lines Matching defs:freq
111 u32 freq; /* Channel center frequency */
172 u32 freq;
178 freq = fe->dtv_property_cache.frequency;
182 if (freq >= (shf_tab[i].freq - shf_tab[i].ofst_th) * 1000 &&
183 freq <= (shf_tab[i].freq + shf_tab[i].ofst_th) * 1000) {
194 /* convert freq to 10.6 fixed point float [MHz] */
195 f = freq / 1000000;
196 tmp = freq % 1000000;