Lines Matching defs:tune

1220 				/* in case of CBAND tune reduce first the lt_gain2 before adjusting the RF gain */
1299 ("tune state %d, ADC = %3ddB (ADC err %3d) WBD %3ddB (WBD err %3d, WBD val SADC: %4d), RFGainLimit (TOP): %3d, signal: %3ddBm",
2044 const struct dib0090_tuning *tune =
2060 tune = dib0090_tuning_table_cband_7090e_sensitivity;
2062 tune = dib0090_tuning_table_cband_7090e_aci;
2064 while (state->rf_request > tune->max_freq)
2065 tune++;
2068 | (tune->lna_bias & 0x7fff));
2070 | ((tune->lna_tune << 6) & 0x07c0));
2140 if (state->rest == 0 || state->identity.in_soc) { /* Just for 8090P SOCS where auto captrim HW bug : TO CHECK IN ACI for SOCS !!! if 400 for 8090p SOC => tune issue !!! */
2235 const struct dib0090_tuning *tune = state->current_tune_table_index;
2272 /* if soc and AGC pwm control, disengage mux to be able to R/W access to 0x01 register to set the right filter (cutoff_freq_select) during the tune sequence, otherwise, SOC SERPAR error when accessing to 0x01 */
2313 tune = dib0090_tuning_table;
2315 tune = dib0090_p1g_tuning_table;
2325 tune = dib0090_tuning_table_cband_7090e_sensitivity;
2327 tune = dib0090_tuning_table_cband_7090;
2333 tune = dib0090_tuning_table_cband_7090e_sensitivity;
2335 tune = dib0090_tuning_table_cband_7090;
2344 tune = dib0090_tuning_table_fm_vhf_on_cband;
2346 tune = dib0090_p1g_tuning_table_fm_vhf_on_cband;
2355 while (state->rf_request > tune->max_freq)
2356 tune++;
2360 state->current_tune_table_index = tune;
2363 dib0090_write_reg(state, 0x0b, 0xb800 | (tune->switch_trim));
2441 lo6 = tune->tuner_enable;
2482 if ((tune->tuner_enable == EN_CAB) && state->identity.p1g) {
2483 dprintk("P1G : The cable band is selected and lna_tune = %d\n", tune->lna_tune);
2484 dib0090_write_reg(state, 0x09, tune->lna_bias);
2485 dib0090_write_reg(state, 0x0b, 0xb800 | (tune->lna_tune << 6) | (tune->switch_trim));
2487 dib0090_write_reg(state, 0x09, (tune->lna_tune << 5) | tune->lna_bias);
2489 dib0090_write_reg(state, 0x0c, tune->v2i);
2490 dib0090_write_reg(state, 0x0d, tune->mix);
2491 dib0090_write_reg(state, 0x0e, tune->load);