Searched refs:agc_step (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2800.h2600 * reduced by (agc_step * -4)
2602 * reduced by (agc_step * -3)
2610 * reduced by (agc_step * -2)
2612 * reduced by (agc_step * -1)
2621 * increased by (agc_step * 1)
2629 * increased by (agc_step * 2)
2631 * increased by (agc_step * 3)
2639 * increased by (agc_step * 4)
2659 * reduced by (agc_step * -4)
2661 * reduced by (agc_step * -3)
2669 * reduced by (agc_step * -2)
2671 * reduced by (agc_step * -1)
2680 * increased by (agc_step * 1)
2688 * increased by (agc_step * 2)
2690 * increased by (agc_step * 3)
2698 * increased by (agc_step * 4)
/linux-4.1.27/drivers/media/dvb-frontends/
H A Ddib0090.c153 u8 agc_step; /* new binary search */ member in struct:dib0090_state
1232 state->agc_step = 0; dib0090_gain_control()
1280 if (ABS(adc_error) < 50 || state->agc_step++ > 5) { dib0090_gain_control()

Completed in 163 milliseconds