Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-frontends/
Ddibx000_common.h105 u8 perform_agc_softsplit; member
Ddib7000m.c645 …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()
Ddib7000p.c787 …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()
Ddib8000.c1203 …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()