Lines Matching refs:wbdmux
178 u16 wbdmux;
1346 state->wbdmux &= ~(7 << 13);
1348 state->wbdmux |= (wbd->wbd_gain << 13);
1350 state->wbdmux |= (4 << 13);
1352 dib0090_write_reg(state, 0x10, state->wbdmux);
1687 state->wbdmux = dib0090_read_reg(state, 0x10);
1688 dib0090_write_reg(state, 0x10, (state->wbdmux & ~(0xff << 3)) | (0x7 << 3) | 0x3);
2186 state->wbdmux = dib0090_read_reg(state, 0x10);
2187 dib0090_write_reg(state, 0x10, (state->wbdmux & ~(0xff << 3)) | (0x8 << 3));
2213 dib0090_write_reg(state, 0x10, state->wbdmux); /* write back original WBDMUX */
2477 state->wbdmux = (c << 13) | (i << 11) | (WBD | (state->config->use_pwm_agc << 1));
2478 dib0090_write_reg(state, 0x10, state->wbdmux);