Lines Matching full:tune
1232 /* in case of CBAND tune reduce first the lt_gain2 before adjusting the RF gain */ in dib0090_gain_control()
1311 …("tune state %d, ADC = %3ddB (ADC err %3d) WBD %3ddB (WBD err %3d, WBD val SADC: %4d), RFGainLimit… in dib0090_gain_control()
2053 const struct dib0090_tuning *tune = in dib0090_update_tuning_table_7090() local
2069 tune = dib0090_tuning_table_cband_7090e_sensitivity; in dib0090_update_tuning_table_7090()
2071 tune = dib0090_tuning_table_cband_7090e_aci; in dib0090_update_tuning_table_7090()
2073 while (state->rf_request > tune->max_freq) in dib0090_update_tuning_table_7090()
2074 tune++; in dib0090_update_tuning_table_7090()
2077 | (tune->lna_bias & 0x7fff)); in dib0090_update_tuning_table_7090()
2079 | ((tune->lna_tune << 6) & 0x07c0)); in dib0090_update_tuning_table_7090()
2149 … where auto captrim HW bug : TO CHECK IN ACI for SOCS !!! if 400 for 8090p SOC => tune issue !!! */ in dib0090_captrim_search()
2244 const struct dib0090_tuning *tune = state->current_tune_table_index; in dib0090_tune() local
2281 … to 0x01 register to set the right filter (cutoff_freq_select) during the tune sequence, otherwise… in dib0090_tune()
2322 tune = dib0090_tuning_table; in dib0090_tune()
2324 tune = dib0090_p1g_tuning_table; in dib0090_tune()
2334 tune = dib0090_tuning_table_cband_7090e_sensitivity; in dib0090_tune()
2336 tune = dib0090_tuning_table_cband_7090; in dib0090_tune()
2342 tune = dib0090_tuning_table_cband_7090e_sensitivity; in dib0090_tune()
2344 tune = dib0090_tuning_table_cband_7090; in dib0090_tune()
2353 tune = dib0090_tuning_table_fm_vhf_on_cband; in dib0090_tune()
2355 tune = dib0090_p1g_tuning_table_fm_vhf_on_cband; in dib0090_tune()
2364 while (state->rf_request > tune->max_freq) in dib0090_tune()
2365 tune++; in dib0090_tune()
2369 state->current_tune_table_index = tune; in dib0090_tune()
2372 dib0090_write_reg(state, 0x0b, 0xb800 | (tune->switch_trim)); in dib0090_tune()
2450 lo6 = tune->tuner_enable; in dib0090_tune()
2491 if ((tune->tuner_enable == EN_CAB) && state->identity.p1g) { in dib0090_tune()
2492 dprintk("P1G : The cable band is selected and lna_tune = %d\n", tune->lna_tune); in dib0090_tune()
2493 dib0090_write_reg(state, 0x09, tune->lna_bias); in dib0090_tune()
2494 dib0090_write_reg(state, 0x0b, 0xb800 | (tune->lna_tune << 6) | (tune->switch_trim)); in dib0090_tune()
2496 dib0090_write_reg(state, 0x09, (tune->lna_tune << 5) | tune->lna_bias); in dib0090_tune()
2498 dib0090_write_reg(state, 0x0c, tune->v2i); in dib0090_tune()
2499 dib0090_write_reg(state, 0x0d, tune->mix); in dib0090_tune()
2500 dib0090_write_reg(state, 0x0e, tune->load); in dib0090_tune()