Searched refs:agc_split (Results 1 - 2 of 2) sorted by relevance
/drivers/media/dvb-frontends/ |
H A D | dib7000m.c | 755 u8 agc_split; local 799 agc_split = (u8)dib7000m_read_word(state, 392); /* store the split value for the next time */ 803 dib7000m_write_word(state, 103, (state->current_agc->wbd_alpha << 9) | agc_split); /* standard split search */ 807 dprintk( "SPLIT %p: %hd", demod, agc_split);
|
H A D | dib7000p.c | 832 u8 agc_split; local 897 agc_split = (u8) dib7000p_read_word(state, 396); /* store the split value for the next time */ 901 dib7000p_write_word(state, 106, (state->current_agc->wbd_sel << 13) | (state->current_agc->wbd_alpha << 9) | agc_split); /* standard split search */ 905 dprintk("SPLIT %p: %hd", demod, agc_split);
|
Completed in 32 milliseconds