Searched refs:min_thres (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 Ddibx000_common.h100 u16 min_thres; member in struct:dibx000_agc_config::__anon12135
H A Ddib7000m.c604 if (agc > state->current_agc->split.min_thres)
610 (agc - state->current_agc->split.min_thres) /
611 (state->current_agc->split.max_thres - state->current_agc->split.min_thres);
H A Ddib8000.c862 if (agc > state->current_agc->split.min_thres)
868 (agc - state->current_agc->split.min_thres) / (state->current_agc->split.max_thres - state->current_agc->split.min_thres);

Completed in 37 milliseconds