Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c5447 int32_t magnitude_max, phase_max; in ar9300_tx_iq_cal_outlier_detection() local
5484 phase_max = -64; in ar9300_tx_iq_cal_outlier_detection()
5514 if (phase > phase_max) { in ar9300_tx_iq_cal_outlier_detection()
5515 phase_max = phase; in ar9300_tx_iq_cal_outlier_detection()
5532 if ((ABS(phase) < ABS(phase_max)) || in ar9300_tx_iq_cal_outlier_detection()
5560 if (ABS(phase_max - phase_min) > MAX_PHS_DELTA) { in ar9300_tx_iq_cal_outlier_detection()
5561 if (ABS(phase_max-phase_avg) > ABS(phase_min - phase_avg)) { in ar9300_tx_iq_cal_outlier_detection()