Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9003_calib.c1043 int iqcal_idx, in ar955x_tx_iq_cal_median() argument
1048 if ((iqcal_idx + 1) != MAXIQCAL) in ar955x_tx_iq_cal_median()
1059 int iqcal_idx, in ar9003_hw_tx_iq_cal_post_proc() argument
1135 coeff.phs_coeff[i][im][iqcal_idx] = in ar9003_hw_tx_iq_cal_post_proc()
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()
1142 if (coeff.phs_coeff[i][im][iqcal_idx] > 63) in ar9003_hw_tx_iq_cal_post_proc()
1143 coeff.phs_coeff[i][im][iqcal_idx] -= 128; in ar9003_hw_tx_iq_cal_post_proc()
1149 iqcal_idx, nmeasurement); in ar9003_hw_tx_iq_cal_post_proc()