Searched refs:vco_band (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 126 milliseconds