Searched refs:perform_agc_softsplit (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | dibx000_common.h | 105 u8 perform_agc_softsplit; member
|
D | dib7000m.c | 645 …if(!state->current_agc || !state->current_agc->perform_agc_softsplit || state->current_agc->split.… in dib7000m_agc_soft_split() 714 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib7000m_set_agc_config() 722 dib7000m_write_word(state, 103, (agc->wbd_alpha << 9) | (agc->perform_agc_softsplit << 8) ); in dib7000m_set_agc_config() 783 if (!state->current_agc->perform_agc_softsplit) { in dib7000m_agc_startup()
|
D | dib7000p.c | 787 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib7000p_set_agc_config() 794 …word(state, 106, (agc->wbd_sel << 13) | (agc->wbd_alpha << 9) | (agc->perform_agc_softsplit << 8)); in dib7000p_set_agc_config() 889 if (!state->current_agc->perform_agc_softsplit) { in dib7000p_agc_startup()
|
D | dib8000.c | 1203 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib8000_set_agc_config() 1216 dib8000_write_word(state, 107, (agc->wbd_alpha << 9) | (agc->perform_agc_softsplit << 8)); in dib8000_set_agc_config() 1246 …if (!state->current_agc || !state->current_agc->perform_agc_softsplit || state->current_agc->split… in dib8000_agc_soft_split()
|