Searched refs:vco_band (Results 1 – 3 of 3) sorted by relevance
67 u8 vco_band; member156 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()
253 u8 vco_band; member374 …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()
110 u8 vco_band; member2388 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()