Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib7000m.c759 u8 agc_split; in dib7000m_agc_startup() local
803 agc_split = (u8)dib7000m_read_word(state, 392); /* store the split value for the next time */ in dib7000m_agc_startup()
807 …dib7000m_write_word(state, 103, (state->current_agc->wbd_alpha << 9) | agc_split); /* standard spl… in dib7000m_agc_startup()
811 dprintk("SPLIT %p: %u\n", demod, agc_split); in dib7000m_agc_startup()
H A Ddib7000p.c843 u8 agc_split; in dib7000p_agc_startup() local
910 agc_split = (u8) dib7000p_read_word(state, 396); /* store the split value for the next time */ in dib7000p_agc_startup()
914 …e->current_agc->wbd_sel << 13) | (state->current_agc->wbd_alpha << 9) | agc_split); /* standard sp… in dib7000p_agc_startup()
918 dprintk("SPLIT %p: %u\n", demod, agc_split); in dib7000p_agc_startup()