Searched refs:agc_split (Results 1 - 2 of 2) 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 Ddib7000m.c714 u8 agc_split; local
758 agc_split = (u8)dib7000m_read_word(state, 392); /* store the split value for the next time */
762 dib7000m_write_word(state, 103, (state->current_agc->wbd_alpha << 9) | agc_split); /* standard split search */
766 dprintk( "SPLIT %p: %hd", demod, agc_split);
H A Ddib7000p.c618 u8 agc_split; local
664 agc_split = (u8)dib7000p_read_word(state, 396); /* store the split value for the next time */
668 dib7000p_write_word(state, 106, (state->current_agc->wbd_sel << 13) | (state->current_agc->wbd_alpha << 9) | agc_split); /* standard split search */
672 dprintk( "SPLIT %p: %hd", demod, agc_split);

Completed in 82 milliseconds