Searched refs:current_tune_table_index (Results 1 – 2 of 2) sorted by relevance
56 const struct dib0070_tuning *current_tune_table_index; member362 state->current_tune_table_index = tune; in dib0070_tune_digital()374 …state->lo4 = (state->current_tune_table_index->vco_band << 11) | (state->current_tune_table_index-… in dib0070_tune_digital()380 VCOF_kHz = state->current_tune_table_index->vco_multi * freq * 2; in dib0070_tune_digital()399 FBDiv = (VCOF_kHz / state->current_tune_table_index->presc / FREF); in dib0070_tune_digital()400 Rest = (VCOF_kHz / state->current_tune_table_index->presc) - FBDiv * FREF; in dib0070_tune_digital()443 …0x0040 | 0x0020 | 0x0010 | 0x0008 | 0x0002 | 0x0001 | state->current_tune_table_index->tuner_enabl… in dib0070_tune_digital()448 dprintk("HFDIV code: %hd\n", state->current_tune_table_index->hfdiv); in dib0070_tune_digital()449 dprintk("VCO = %hd\n", state->current_tune_table_index->vco_band); in dib0070_tune_digital()450 dprintk("VCOF: ((%hd*%d) << 1))\n", state->current_tune_table_index->vco_multi, freq); in dib0070_tune_digital()[all …]
160 const struct dib0090_tuning *current_tune_table_index; member2232 const struct dib0090_tuning *tune = state->current_tune_table_index; in dib0090_tune()2357 state->current_tune_table_index = tune; in dib0090_tune()