Searched defs:wbd_gain (Results 1 - 3 of 3) sorted by relevance

/drivers/media/dvb-frontends/
H A Ddib0070.h46 const struct dib0070_wbd_gain_cfg *wbd_gain; member in struct:dib0070_config
H A Ddib0090.h36 u8 wbd_gain; member in struct:dib0090_wbd_slope
H A Ddib0090.c1351 if (wbd->wbd_gain != 0)
1352 state->wbdmux |= (wbd->wbd_gain << 13);
1780 u8 wbd_gain; local
1787 if (wbd->wbd_gain != 0)
1788 wbd_gain = wbd->wbd_gain;
1790 wbd_gain = 4;
1793 wbd_gain = 2;
1797 if (wbd_gain == state->wbd_calibration_gain) { /* the WBD calibration has already been done */
1803 dib0090_write_reg(state, 0x10, 0x1b81 | (1 << 10) | (wbd_gain << 1
[all...]

Completed in 66 milliseconds