Searched refs:MAXIQCAL (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c26 #define MAXIQCAL 3 macro
29 int mag_coeff[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL];
30 int phs_coeff[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL];
840 static void ar9003_hw_detect_outlier(int mp_coeff[][MAXIQCAL],
1011 for (ix = 0; ix < MAXIQCAL - 1; ix++) {
1012 for (iy = ix + 1; iy <= MAXIQCAL - 1; iy++) {
1025 coeff->mag_coeff[i][im][0] = coeff->mag_coeff[i][im][MAXIQCAL / 2];
1026 coeff->phs_coeff[i][im][0] = coeff->phs_coeff[i][im][MAXIQCAL / 2];
1043 if ((iqcal_idx + 1) != MAXIQCAL)
1666 for (i = 0; i < MAXIQCAL;
[all...]

Completed in 204 milliseconds