• Home
  • Raw
  • Download

Lines Matching refs:tune

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