Lines Matching refs: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",
2042 const struct dib0090_tuning *tune =
2058 tune = dib0090_tuning_table_cband_7090e_sensitivity;
2060 tune = dib0090_tuning_table_cband_7090e_aci;
2062 while (state->rf_request > tune->max_freq)
2063 tune++;
2066 | (tune->lna_bias & 0x7fff));
2068 | ((tune->lna_tune << 6) & 0x07c0));
2138 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 !!! */
2233 const struct dib0090_tuning *tune = state->current_tune_table_index;
2270 /* 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 */
2311 tune = dib0090_tuning_table;
2313 tune = dib0090_p1g_tuning_table;
2323 tune = dib0090_tuning_table_cband_7090e_sensitivity;
2325 tune = dib0090_tuning_table_cband_7090;
2331 tune = dib0090_tuning_table_cband_7090e_sensitivity;
2333 tune = dib0090_tuning_table_cband_7090;
2342 tune = dib0090_tuning_table_fm_vhf_on_cband;
2344 tune = dib0090_p1g_tuning_table_fm_vhf_on_cband;
2353 while (state->rf_request > tune->max_freq)
2354 tune++;
2358 state->current_tune_table_index = tune;
2361 dib0090_write_reg(state, 0x0b, 0xb800 | (tune->switch_trim));
2439 lo6 = tune->tuner_enable;
2480 if ((tune->tuner_enable == EN_CAB) && state->identity.p1g) {
2481 dprintk("P1G : The cable band is selected and lna_tune = %d\n", tune->lna_tune);
2482 dib0090_write_reg(state, 0x09, tune->lna_bias);
2483 dib0090_write_reg(state, 0x0b, 0xb800 | (tune->lna_tune << 6) | (tune->switch_trim));
2485 dib0090_write_reg(state, 0x09, (tune->lna_tune << 5) | tune->lna_bias);
2487 dib0090_write_reg(state, 0x0c, tune->v2i);
2488 dib0090_write_reg(state, 0x0d, tune->mix);
2489 dib0090_write_reg(state, 0x0e, tune->load);