Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c5786 int32_t magnitude_max, phase_max; in ar9300_tx_iq_cal_outlier_detection() local
5823 phase_max = -64; in ar9300_tx_iq_cal_outlier_detection()
5853 if (phase > phase_max) { in ar9300_tx_iq_cal_outlier_detection()
5854 phase_max = phase; in ar9300_tx_iq_cal_outlier_detection()
5871 if ((ABS(phase) < ABS(phase_max)) || in ar9300_tx_iq_cal_outlier_detection()
5899 if (ABS(phase_max - phase_min) > MAX_PHS_DELTA) { in ar9300_tx_iq_cal_outlier_detection()
5900 if (ABS(phase_max-phase_avg) > ABS(phase_min - phase_avg)) { in ar9300_tx_iq_cal_outlier_detection()