wbdmux            257 drivers/media/dvb-frontends/dib0070.c 	u8 wbdmux;
wbdmux            469 drivers/media/dvb-frontends/dib0070.c 				| (state->current_tune_table_index->wbdmux << 0));
wbdmux            475 drivers/media/dvb-frontends/dib0070.c 					  | (state->current_tune_table_index->wbdmux << 0));
wbdmux            178 drivers/media/dvb-frontends/dib0090.c 	u16 wbdmux;
wbdmux           1346 drivers/media/dvb-frontends/dib0090.c 	state->wbdmux &= ~(7 << 13);
wbdmux           1348 drivers/media/dvb-frontends/dib0090.c 		state->wbdmux |= (wbd->wbd_gain << 13);
wbdmux           1350 drivers/media/dvb-frontends/dib0090.c 		state->wbdmux |= (4 << 13);
wbdmux           1352 drivers/media/dvb-frontends/dib0090.c 	dib0090_write_reg(state, 0x10, state->wbdmux);
wbdmux           1687 drivers/media/dvb-frontends/dib0090.c 		state->wbdmux = dib0090_read_reg(state, 0x10);
wbdmux           1688 drivers/media/dvb-frontends/dib0090.c 		dib0090_write_reg(state, 0x10, (state->wbdmux & ~(0xff << 3)) | (0x7 << 3) | 0x3);
wbdmux           2185 drivers/media/dvb-frontends/dib0090.c 		state->wbdmux = dib0090_read_reg(state, 0x10);
wbdmux           2186 drivers/media/dvb-frontends/dib0090.c 		dib0090_write_reg(state, 0x10, (state->wbdmux & ~(0xff << 3)) | (0x8 << 3));
wbdmux           2212 drivers/media/dvb-frontends/dib0090.c 		dib0090_write_reg(state, 0x10, state->wbdmux);	/* write back original WBDMUX */
wbdmux           2476 drivers/media/dvb-frontends/dib0090.c 		state->wbdmux = (c << 13) | (i << 11) | (WBD | (state->config->use_pwm_agc << 1));
wbdmux           2477 drivers/media/dvb-frontends/dib0090.c 		dib0090_write_reg(state, 0x10, state->wbdmux);