Home
last modified time | relevance | path

Searched refs:vco_band (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/media/dvb/frontends/
Dcx24113.c81 u8 vco_band; member
170 if (state->vco_band == VCOBANDSEL_6) in cx24113_set_parameters()
173 r |= (state->vco_band << 1); in cx24113_set_parameters()
451 state->vco_band = VCOBANDSEL_1; in cx24113_init()
Ddib0070.c230 u8 vco_band; member
351 …state->lo4 = (state->current_tune_table_index->vco_band << 11) | (state->current_tune_table_index-… in dib0070_tune_digital()
426 dprintk("VCO = %hd", state->current_tune_table_index->vco_band); in dib0070_tune_digital()
Ddib0090.c125 u8 vco_band; member
2182 if (pll->vco_band) in dib0090_tune()
2187 if (pll->vco_band) in dib0090_tune()
2205 …lo5 |= (pll->hfdiv_code << 11) | (pll->vco_band << 7); /* bit 15 is the split to the slave, we do … in dib0090_tune()
2263 dprintk("VCO = %d", (u32) pll->vco_band); in dib0090_tune()