Lines Matching defs:current_agc
53 struct dibx000_agc_config *current_agc;
755 if (state->current_band == band && state->current_agc != NULL)
770 state->current_agc = agc;
886 if (!state->current_agc->perform_agc_softsplit) {
889 dib7000p_write_word(state, 106, (state->current_agc->wbd_sel << 13) | (state->current_agc->wbd_alpha << 9) | (1 << 8));
903 dib7000p_write_word(state, 75, state->current_agc->setup | (1 << 4)); /* freeze AGC loop */
904 dib7000p_write_word(state, 106, (state->current_agc->wbd_sel << 13) | (2 << 9) | (0 << 8)); /* fast split search 0.25kHz */
913 dib7000p_write_word(state, 75, state->current_agc->setup); /* std AGC loop */
914 dib7000p_write_word(state, 106, (state->current_agc->wbd_sel << 13) | (state->current_agc->wbd_alpha << 9) | agc_split); /* standard split search */