Home
last modified time | relevance | path

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

/linux-4.1.27/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.c272 u8 vco_band; member
393 …state->lo4 = (state->current_tune_table_index->vco_band << 11) | (state->current_tune_table_index-… in dib0070_tune_digital()
468 dprintk("VCO = %hd", state->current_tune_table_index->vco_band); in dib0070_tune_digital()
Ddib0090.c126 u8 vco_band; member
2392 if (pll->vco_band) in dib0090_tune()
2397 if (pll->vco_band) in dib0090_tune()
2415 …lo5 |= (pll->hfdiv_code << 11) | (pll->vco_band << 7); /* bit 15 is the split to the slave, we do … in dib0090_tune()
2473 dprintk("VCO = %d", (u32) pll->vco_band); in dib0090_tune()