Searched refs:wbd_alpha (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | dibx000_common.h | 79 u8 wbd_alpha; member
|
D | dib7000m.c | 722 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()
|
D | dib7000p.c | 794 …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()
|
D | dib8000.c | 1216 dib8000_write_word(state, 107, (agc->wbd_alpha << 9) | (agc->perform_agc_softsplit << 8)); in dib8000_set_agc_config()
|