Home
last modified time | relevance | path

Searched refs:wbd_offset_3_3 (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/
Ddib0070.c76 u16 wbd_offset_3_3[2]; member
629 state->wbd_offset_3_3[gain - 6] = ((dib0070_read_wbd_offset(state, gain) * 8 * 18 / 33 + 1) / 2); in dib0070_wbd_offset_calibration()
630 dprintk("Gain: %d, WBDOffset (3.3V) = %hd", gain, state->wbd_offset_3_3[gain-6]); in dib0070_wbd_offset_calibration()
647 return state->wbd_offset_3_3[state->wbd_gain_current - 6]; in dib0070_wbd_offset()