Searched refs:vco_band (Results 1 - 3 of 3) 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 Dcx24113.c81 u8 vco_band; member in struct:cx24113_state
170 if (state->vco_band == VCOBANDSEL_6)
173 r |= (state->vco_band << 1);
451 state->vco_band = VCOBANDSEL_1;
H A Ddib0070.c230 u8 vco_band; member in struct:dib0070_tuning
351 state->lo4 = (state->current_tune_table_index->vco_band << 11) | (state->current_tune_table_index->hfdiv << 7);
426 dprintk("VCO = %hd", state->current_tune_table_index->vco_band);
H A Ddib0090.c96 u8 vco_band; member in struct:dib0090_pll
1255 if (pll->vco_band)
1262 lo5 |= (pll->hfdiv_code << 11) | (pll->vco_band << 7); /* bit 15 is the split to the slave, we do not do it here */
1390 dprintk("FE %d VCO = %d", (u32) fe->id, (u32) pll->vco_band);

Completed in 112 milliseconds