Searched refs:vco_band (Results 1 – 3 of 3) sorted by relevance
81 u8 vco_band; member170 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()
230 u8 vco_band; member351 …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()
125 u8 vco_band; member2182 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()