Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c844 int mp_max = -64, max_idx = 0; in ar9003_hw_detect_outlier() local
850 if (mp_coeff[i][0] > mp_max) { in ar9003_hw_detect_outlier()
851 mp_max = mp_coeff[i][0]; in ar9003_hw_detect_outlier()
861 if ((abs(mp_coeff[i][0]) < abs(mp_max)) || in ar9003_hw_detect_outlier()
878 if (abs(mp_max - mp_min) > max_delta) { in ar9003_hw_detect_outlier()
879 if (abs(mp_max - mp_avg) > abs(mp_min - mp_avg)) in ar9003_hw_detect_outlier()