Lines Matching refs:freq
349 …u32 freq = fe->dtv_property_cache.frequency/1000 + (band == BAND_VHF ? state->cfg->freq_offset_khz… in dib0070_tune_digital() local
359 freq += 850; in dib0070_tune_digital()
361 if (state->current_rf != freq) { in dib0070_tune_digital()
376 while (freq > tune->max_freq) /* find the right one */ in dib0070_tune_digital()
378 while (freq > lna_match->max_freq) /* find the right one */ in dib0070_tune_digital()
386 dprintk("Tuning for Band: %hd (%d kHz)", band, freq); in dib0070_tune_digital()
387 if (state->current_rf != freq) { in dib0070_tune_digital()
392 state->current_rf = freq; in dib0070_tune_digital()
399 VCOF_kHz = state->current_tune_table_index->vco_multi * freq * 2; in dib0070_tune_digital()
425 FBDiv = (freq / (FREF / 2)); in dib0070_tune_digital()
426 Rest = 2 * freq - FBDiv * FREF; in dib0070_tune_digital()
469 dprintk("VCOF: ((%hd*%d) << 1))", state->current_tune_table_index->vco_multi, freq); in dib0070_tune_digital()
483 while (freq/1000 > tmp->freq) /* find the right one */ in dib0070_tune_digital()
638 u32 freq = fe->dtv_property_cache.frequency/1000; in dib0070_wbd_offset() local
641 while (freq/1000 > tmp->freq) /* find the right one */ in dib0070_wbd_offset()