Searched refs:current_tune_table_index (Results 1 – 2 of 2) sorted by relevance
68 const struct dib0070_tuning *current_tune_table_index; member374 state->current_tune_table_index = tune; in dib0070_tune_digital()386 …state->lo4 = (state->current_tune_table_index->vco_band << 11) | (state->current_tune_table_index-… in dib0070_tune_digital()392 VCOF_kHz = state->current_tune_table_index->vco_multi * freq * 2; in dib0070_tune_digital()411 FBDiv = (VCOF_kHz / state->current_tune_table_index->presc / FREF); in dib0070_tune_digital()412 Rest = (VCOF_kHz / state->current_tune_table_index->presc) - FBDiv * FREF; in dib0070_tune_digital()455 …0x0040 | 0x0020 | 0x0010 | 0x0008 | 0x0002 | 0x0001 | state->current_tune_table_index->tuner_enabl… in dib0070_tune_digital()460 dprintk("HFDIV code: %hd\n", state->current_tune_table_index->hfdiv); in dib0070_tune_digital()461 dprintk("VCO = %hd\n", state->current_tune_table_index->vco_band); in dib0070_tune_digital()462 dprintk("VCOF: ((%hd*%d) << 1))\n", state->current_tune_table_index->vco_multi, freq); in dib0070_tune_digital()[all …]
172 const struct dib0090_tuning *current_tune_table_index; member2244 const struct dib0090_tuning *tune = state->current_tune_table_index; in dib0090_tune()2369 state->current_tune_table_index = tune; in dib0090_tune()