vco_band           67 drivers/media/dvb-frontends/cx24113.c 	u8 vco_band;
vco_band          156 drivers/media/dvb-frontends/cx24113.c 	if (state->vco_band == VCOBANDSEL_6)
vco_band          159 drivers/media/dvb-frontends/cx24113.c 		r |= (state->vco_band << 1);
vco_band          437 drivers/media/dvb-frontends/cx24113.c 	state->vco_band = VCOBANDSEL_1;
vco_band          253 drivers/media/dvb-frontends/dib0070.c 	u8 vco_band;
vco_band          374 drivers/media/dvb-frontends/dib0070.c 			state->lo4 = (state->current_tune_table_index->vco_band << 11) | (state->current_tune_table_index->hfdiv << 7);
vco_band          449 drivers/media/dvb-frontends/dib0070.c 			dprintk("VCO = %hd\n", state->current_tune_table_index->vco_band);
vco_band          110 drivers/media/dvb-frontends/dib0090.c 	u8 vco_band;
vco_band         2388 drivers/media/dvb-frontends/dib0090.c 				if (pll->vco_band)
vco_band         2393 drivers/media/dvb-frontends/dib0090.c 				if (pll->vco_band)
vco_band         2411 drivers/media/dvb-frontends/dib0090.c 			lo5 |= (pll->hfdiv_code << 11) | (pll->vco_band << 7);	/* bit 15 is the split to the slave, we do not do it here */
vco_band         2462 drivers/media/dvb-frontends/dib0090.c 		dprintk("VCO = %d\n", (u32) pll->vco_band);