Home
last modified time | relevance | path

Searched refs:mp_max (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_calib.c845 int mp_max = -64, max_idx = 0; in ar9003_hw_detect_outlier() local
851 if (mp_coeff[i][0] > mp_max) { in ar9003_hw_detect_outlier()
852 mp_max = mp_coeff[i][0]; in ar9003_hw_detect_outlier()
862 if ((abs(mp_coeff[i][0]) < abs(mp_max)) || in ar9003_hw_detect_outlier()
879 if (abs(mp_max - mp_min) > max_delta) { in ar9003_hw_detect_outlier()
880 if (abs(mp_max - mp_avg) > abs(mp_min - mp_avg)) in ar9003_hw_detect_outlier()