Searched refs:phase_max (Results 1 – 1 of 1) sorted by relevance
5786 int32_t magnitude_max, phase_max; in ar9300_tx_iq_cal_outlier_detection() local5823 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()