Lines Matching refs:freq
346 …u32 freq = fe->dtv_property_cache.frequency/1000 + (band == BAND_VHF ? state->cfg->freq_offset_khz… in dib0070_tune_digital() local
356 freq += 850; in dib0070_tune_digital()
358 if (state->current_rf != freq) { in dib0070_tune_digital()
373 while (freq > tune->max_freq) /* find the right one */ in dib0070_tune_digital()
375 while (freq > lna_match->max_freq) /* find the right one */ in dib0070_tune_digital()
383 dprintk("Tuning for Band: %hd (%d kHz)", band, freq); in dib0070_tune_digital()
384 if (state->current_rf != freq) { in dib0070_tune_digital()
389 state->current_rf = freq; in dib0070_tune_digital()
396 VCOF_kHz = state->current_tune_table_index->vco_multi * freq * 2; in dib0070_tune_digital()
422 FBDiv = (freq / (FREF / 2)); in dib0070_tune_digital()
423 Rest = 2 * freq - FBDiv * FREF; in dib0070_tune_digital()
466 dprintk("VCOF: ((%hd*%d) << 1))", state->current_tune_table_index->vco_multi, freq); in dib0070_tune_digital()
480 while (freq/1000 > tmp->freq) /* find the right one */ in dib0070_tune_digital()
636 u32 freq = fe->dtv_property_cache.frequency/1000; in dib0070_wbd_offset() local
639 while (freq/1000 > tmp->freq) /* find the right one */ in dib0070_wbd_offset()