Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c1038 int iqcal_idx, in ar955x_tx_iq_cal_median() argument
1043 if ((iqcal_idx + 1) != MAXIQCAL) in ar955x_tx_iq_cal_median()
1054 int iqcal_idx, in ar9003_hw_tx_iq_cal_post_proc() argument
1130 coeff.phs_coeff[i][im][iqcal_idx] = in ar9003_hw_tx_iq_cal_post_proc()
1132 coeff.mag_coeff[i][im][iqcal_idx] = in ar9003_hw_tx_iq_cal_post_proc()
1135 if (coeff.mag_coeff[i][im][iqcal_idx] > 63) in ar9003_hw_tx_iq_cal_post_proc()
1136 coeff.mag_coeff[i][im][iqcal_idx] -= 128; in ar9003_hw_tx_iq_cal_post_proc()
1137 if (coeff.phs_coeff[i][im][iqcal_idx] > 63) in ar9003_hw_tx_iq_cal_post_proc()
1138 coeff.phs_coeff[i][im][iqcal_idx] -= 128; in ar9003_hw_tx_iq_cal_post_proc()
1144 iqcal_idx, nmeasurement); in ar9003_hw_tx_iq_cal_post_proc()