[go: nahoru, domu]

Searched refs:wbd_sel (Results 1 - 7 of 7) sorted by relevance

/drivers/media/dvb-frontends/
H A Ddibx000_common.h79 u8 wbd_sel; member in struct:dibx000_agc_config
H A Ddib7000p.c780 state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, agc->wbd_sel);
787 dib7000p_write_word(state, 106, (agc->wbd_sel << 13) | (agc->wbd_alpha << 9) | (agc->perform_agc_softsplit << 8));
876 dib7000p_write_word(state, 106, (state->current_agc->wbd_sel << 13) | (state->current_agc->wbd_alpha << 9) | (1 << 8));
891 dib7000p_write_word(state, 106, (state->current_agc->wbd_sel << 13) | (2 << 9) | (0 << 8)); /* fast split search 0.25kHz */
901 dib7000p_write_word(state, 106, (state->current_agc->wbd_sel << 13) | (state->current_agc->wbd_alpha << 9) | agc_split); /* standard split search */
H A Ddib7000m.c707 state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, agc->wbd_sel);
728 // (dib7000m_read_word(state, 929) & 0xffe3) | (agc->wbd_inv << 4) | (agc->wbd_sel << 2), agc->wbd_inv, agc->wbd_sel);
729 dib7000m_write_word(state, 929, (dib7000m_read_word(state, 929) & 0xffe3) | (agc->wbd_inv << 4) | (agc->wbd_sel << 2));
H A Ddib8000.c1196 state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, agc->wbd_sel);
1206 dib8000_write_word(state, 922, reg | (agc->wbd_sel << 2));
1223 (agc->wbd_inv << 4) | (agc->wbd_sel << 2));
/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c365 .wbd_sel = 0,
636 .wbd_sel = 0,
776 .wbd_sel = 1,
1104 1, /* wbd_sel*/
1148 1, /* wbd_sel*/
1444 .wbd_sel = 1,
1486 .wbd_sel = 1,
1864 .wbd_sel = 3,
1908 .wbd_sel = 3,
2681 .wbd_sel
[all...]
H A Dcxusb.c1120 .wbd_sel = 1,
/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c390 0, /* wbd_sel */
878 .wbd_sel = 1,

Completed in 60 milliseconds