Lines Matching refs:mag_coeff
29 int mag_coeff[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL]; member
931 ar9003_hw_detect_outlier(coeff->mag_coeff[i], in ar9003_hw_tx_iq_cal_outlier_detection()
943 magnitude = coeff->mag_coeff[i][im][0]; in ar9003_hw_tx_iq_cal_outlier_detection()
1014 if (coeff->mag_coeff[i][im][iy] < in __ar955x_tx_iq_cal_sort()
1015 coeff->mag_coeff[i][im][ix]) { in __ar955x_tx_iq_cal_sort()
1016 temp = coeff->mag_coeff[i][im][ix]; in __ar955x_tx_iq_cal_sort()
1017 coeff->mag_coeff[i][im][ix] = in __ar955x_tx_iq_cal_sort()
1018 coeff->mag_coeff[i][im][iy]; in __ar955x_tx_iq_cal_sort()
1019 coeff->mag_coeff[i][im][iy] = temp; in __ar955x_tx_iq_cal_sort()
1030 coeff->mag_coeff[i][im][0] = coeff->mag_coeff[i][im][MAXIQCAL / 2]; in __ar955x_tx_iq_cal_sort()
1036 coeff->mag_coeff[i][im][0], in __ar955x_tx_iq_cal_sort()
1137 coeff.mag_coeff[i][im][iqcal_idx] = in ar9003_hw_tx_iq_cal_post_proc()
1140 if (coeff.mag_coeff[i][im][iqcal_idx] > 63) in ar9003_hw_tx_iq_cal_post_proc()
1141 coeff.mag_coeff[i][im][iqcal_idx] -= 128; in ar9003_hw_tx_iq_cal_post_proc()