Home
last modified time | relevance | path

Searched refs:wbd_alpha (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/media/dvb-frontends/
Ddibx000_common.h79 u8 wbd_alpha; member
Ddib7000m.c722 dib7000m_write_word(state, 103, (agc->wbd_alpha << 9) | (agc->perform_agc_softsplit << 8) ); in dib7000m_set_agc_config()
810 …dib7000m_write_word(state, 103, (state->current_agc->wbd_alpha << 9) | agc_split); /* standard spl… in dib7000m_agc_startup()
Ddib7000p.c794 …dib7000p_write_word(state, 106, (agc->wbd_sel << 13) | (agc->wbd_alpha << 9) | (agc->perform_agc_s… in dib7000p_set_agc_config()
892 …(state, 106, (state->current_agc->wbd_sel << 13) | (state->current_agc->wbd_alpha << 9) | (1 << 8)… in dib7000p_agc_startup()
917 …(state, 106, (state->current_agc->wbd_sel << 13) | (state->current_agc->wbd_alpha << 9) | agc_spli… in dib7000p_agc_startup()
Ddib8000.c1216 dib8000_write_word(state, 107, (agc->wbd_alpha << 9) | (agc->perform_agc_softsplit << 8)); in dib8000_set_agc_config()