Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/dvb-frontends/
Dcx24113.c67 u8 vco_band; member
156 if (state->vco_band == VCOBANDSEL_6) in cx24113_set_parameters()
159 r |= (state->vco_band << 1); in cx24113_set_parameters()
437 state->vco_band = VCOBANDSEL_1; in cx24113_init()
Ddib0070.c253 u8 vco_band; member
374 …state->lo4 = (state->current_tune_table_index->vco_band << 11) | (state->current_tune_table_index-… in dib0070_tune_digital()
449 dprintk("VCO = %hd\n", state->current_tune_table_index->vco_band); in dib0070_tune_digital()
Ddib0090.c110 u8 vco_band; member
2388 if (pll->vco_band) in dib0090_tune()
2393 if (pll->vco_band) in dib0090_tune()
2411 …lo5 |= (pll->hfdiv_code << 11) | (pll->vco_band << 7); /* bit 15 is the split to the slave, we do … in dib0090_tune()
2462 dprintk("VCO = %d\n", (u32) pll->vco_band); in dib0090_tune()