Searched refs:current_agc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib7000m.c41 struct dibx000_agc_config *current_agc; member in struct:dib7000m_state
598 if(!state->current_agc || !state->current_agc->perform_agc_softsplit || state->current_agc->split.max == 0)
604 if (agc > state->current_agc->split.min_thres)
605 split_offset = state->current_agc->split.min;
606 else if (agc < state->current_agc->split.max_thres)
607 split_offset = state->current_agc->split.max;
609 split_offset = state->current_agc->split.max *
610 (agc - state->current_agc
[all...]
H A Ddib7000p.c42 struct dibx000_agc_config *current_agc; member in struct:dib7000p_state
563 if (state->current_band == band && state->current_agc != NULL)
578 state->current_agc = agc;
640 if (!state->current_agc->perform_agc_softsplit) {
643 dib7000p_write_word(state, 106, (state->current_agc->wbd_sel << 13) | (state->current_agc->wbd_alpha << 9) | (1 << 8));
657 dib7000p_write_word(state, 75, state->current_agc->setup | (1 << 4)); /* freeze AGC loop */
658 dib7000p_write_word(state, 106, (state->current_agc->wbd_sel << 13) | (2 << 9) | (0 << 8)); /* fast split search 0.25kHz */
667 dib7000p_write_word(state, 75, state->current_agc->setup); /* std AGC loop */
668 dib7000p_write_word(state, 106, (state->current_agc
[all...]
H A Ddib8000.c51 struct dibx000_agc_config *current_agc; member in struct:dib8000_state
723 state->current_agc = NULL;
793 if (state->current_band == band && state->current_agc != NULL)
808 state->current_agc = agc;
856 if (!state->current_agc || !state->current_agc->perform_agc_softsplit || state->current_agc->split.max == 0)
862 if (agc > state->current_agc->split.min_thres)
863 split_offset = state->current_agc->split.min;
864 else if (agc < state->current_agc
[all...]

Completed in 72 milliseconds