Searched refs:current_tune_table_index (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib0070.c71 const struct dib0070_tuning *current_tune_table_index; member in struct:dib0070_state
339 state->current_tune_table_index = tune;
351 state->lo4 = (state->current_tune_table_index->vco_band << 11) | (state->current_tune_table_index->hfdiv << 7);
357 VCOF_kHz = state->current_tune_table_index->vco_multi * freq * 2;
376 FBDiv = (VCOF_kHz / state->current_tune_table_index->presc / FREF);
377 Rest = (VCOF_kHz / state->current_tune_table_index->presc) - FBDiv * FREF;
420 0x0040 | 0x0020 | 0x0010 | 0x0008 | 0x0002 | 0x0001 | state->current_tune_table_index->tuner_enable);
425 dprintk("HFDIV code: %hd", state->current_tune_table_index->hfdiv);
426 dprintk("VCO = %hd", state->current_tune_table_index
[all...]
H A Ddib0090.c140 const struct dib0090_tuning *current_tune_table_index; member in struct:dib0090_state
1187 const struct dib0090_tuning *tune = state->current_tune_table_index;
1239 state->current_tune_table_index = tune;

Completed in 92 milliseconds