Searched refs:phase_min (Results 1 – 1 of 1) sorted by relevance
5782 int32_t magnitude_min, phase_min; in ar9300_tx_iq_cal_outlier_detection() local5820 phase_min = 63; in ar9300_tx_iq_cal_outlier_detection()5852 if (phase < phase_min) { in ar9300_tx_iq_cal_outlier_detection()5853 phase_min = phase; in ar9300_tx_iq_cal_outlier_detection()5867 (ABS(phase) < ABS(phase_min))) 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()