Searched refs:wbd_ref (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddibx000_common.h67 u16 wbd_ref; member in struct:dibx000_agc_config
H A Ddib7000p.c38 u16 wbd_ref; member in struct:dib7000p_state
314 state->wbd_ref = value;
592 state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, agc->wbd_sel);
594 if (state->wbd_ref != 0)
595 dib7000p_write_word(state, 105, (agc->wbd_inv << 12) | state->wbd_ref);
597 dib7000p_write_word(state, 105, (agc->wbd_inv << 12) | agc->wbd_ref);
H A Ddib7000m.c37 u16 wbd_ref; member in struct:dib7000m_state
667 state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, agc->wbd_sel);
670 if (state->wbd_ref != 0)
671 dib7000m_write_word(state, 102, state->wbd_ref);
673 dib7000m_write_word(state, 102, agc->wbd_ref);
H A Ddib8000.c47 u16 wbd_ref; member in struct:dib8000_state
454 state->wbd_ref = value;
821 state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, agc->wbd_sel);
824 if (state->wbd_ref != 0)
825 dib8000_write_word(state, 106, state->wbd_ref);
827 dib8000_write_word(state, 106, agc->wbd_ref);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Dcxusb.c953 .wbd_ref = 3530,

Completed in 176 milliseconds