Searched refs:max_thres (Results 1 - 4 of 4) 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.h101 u16 max_thres; member in struct:dibx000_agc_config::__anon12135
H A Ddib7000m.c606 else if (agc < state->current_agc->split.max_thres)
611 (state->current_agc->split.max_thres - state->current_agc->split.min_thres);
H A Ddib8000.c864 else if (agc < state->current_agc->split.max_thres)
868 (agc - state->current_agc->split.min_thres) / (state->current_agc->split.max_thres - state->current_agc->split.min_thres);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dmcbsp.c1465 #define max_thres(m) (mcbsp->pdata->buffer_size) macro
1466 #define valid_threshold(m, val) ((val) <= max_thres(m))
1700 mcbsp->max_tx_thres = max_thres(mcbsp) - 0x10;
1701 mcbsp->max_rx_thres = max_thres(mcbsp) - 0x10;

Completed in 209 milliseconds