Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c5781 int32_t magnitude_max, phase_max; in ar9300_tx_iq_cal_outlier_detection() local
5818 phase_max = -64; in ar9300_tx_iq_cal_outlier_detection()
5848 if (phase > phase_max) { in ar9300_tx_iq_cal_outlier_detection()
5849 phase_max = phase; in ar9300_tx_iq_cal_outlier_detection()
5866 if ((ABS(phase) < ABS(phase_max)) || in ar9300_tx_iq_cal_outlier_detection()
5894 if (ABS(phase_max - phase_min) > MAX_PHS_DELTA) { in ar9300_tx_iq_cal_outlier_detection()
5895 if (ABS(phase_max-phase_avg) > ABS(phase_min - phase_avg)) { in ar9300_tx_iq_cal_outlier_detection()