Symbol: AR5416_MAX_CHAINS
sys/dev/ath/ath_hal/ah_eeprom_v14.c
231
for (i = 0; i < AR5416_MAX_CHAINS; i++) {
sys/dev/ath/ath_hal/ah_eeprom_v14.h
198
uint32_t antCtrlChain[AR5416_MAX_CHAINS]; // 12
sys/dev/ath/ath_hal/ah_eeprom_v14.h
200
int8_t antennaGainCh[AR5416_MAX_CHAINS]; // 3
sys/dev/ath/ath_hal/ah_eeprom_v14.h
202
uint8_t txRxAttenCh[AR5416_MAX_CHAINS]; // 3
sys/dev/ath/ath_hal/ah_eeprom_v14.h
203
uint8_t rxTxMarginCh[AR5416_MAX_CHAINS]; // 3
sys/dev/ath/ath_hal/ah_eeprom_v14.h
206
uint8_t xlnaGainCh[AR5416_MAX_CHAINS]; // 3
sys/dev/ath/ath_hal/ah_eeprom_v14.h
211
uint8_t noiseFloorThreshCh[AR5416_MAX_CHAINS]; // 3
sys/dev/ath/ath_hal/ah_eeprom_v14.h
214
int8_t iqCalICh[AR5416_MAX_CHAINS]; // 1
sys/dev/ath/ath_hal/ah_eeprom_v14.h
215
int8_t iqCalQCh[AR5416_MAX_CHAINS]; // 1
sys/dev/ath/ath_hal/ah_eeprom_v14.h
225
uint8_t bswAtten[AR5416_MAX_CHAINS]; // 3
sys/dev/ath/ath_hal/ah_eeprom_v14.h
226
uint8_t bswMargin[AR5416_MAX_CHAINS]; // 3
sys/dev/ath/ath_hal/ah_eeprom_v14.h
228
uint8_t xatten2Db[AR5416_MAX_CHAINS]; // 3 -> New for AR9280 (0xa20c/b20c 11:6)
sys/dev/ath/ath_hal/ah_eeprom_v14.h
229
uint8_t xatten2Margin[AR5416_MAX_CHAINS]; // 3 -> New for AR9280 (0xa20c/b20c 21:17)
sys/dev/ath/ath_hal/ah_eeprom_v14.h
256
CAL_CTL_EDGES ctlEdges[AR5416_MAX_CHAINS][AR5416_NUM_BAND_EDGES];
sys/dev/ath/ath_hal/ah_eeprom_v14.h
270
CAL_DATA_PER_FREQ calPierData5G[AR5416_MAX_CHAINS][AR5416_NUM_5G_CAL_PIERS];
sys/dev/ath/ath_hal/ah_eeprom_v14.h
271
CAL_DATA_PER_FREQ calPierData2G[AR5416_MAX_CHAINS][AR5416_NUM_2G_CAL_PIERS];
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
413
for (i = 0; i < AR5416_MAX_CHAINS; i++) {
sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
79
HAL_CAL_SAMPLE caldata[4][AR5416_MAX_CHAINS];
sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c
41
for (i = 0; i < AR5416_MAX_CHAINS; i++) {
sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c
47
for (i = 0; i < AR5416_MAX_CHAINS; i++) {
sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c
46
for (i = 0; i < AR5416_MAX_CHAINS; i++) {
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1633
for (i = 0; i < AR5416_MAX_CHAINS; i++) {
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
2383
for (i = 0; i < AR5416_MAX_CHAINS; i++) {
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
340
for (i = 0; i < AR5416_MAX_CHAINS; i++) {
sys/dev/ath/ath_hal/ar9002/ar9285_reset.c
607
for (i = 0; i < AR5416_MAX_CHAINS; i++) {
sys/dev/otus/if_otusreg.h
784
uint32_t antCtrlChain[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
786
int8_t antennaGainCh[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
788
uint8_t txRxAttenCh[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
789
uint8_t rxTxMarginCh[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
792
uint8_t xlnaGainCh[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
797
uint8_t noiseFloorThreshCh[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
800
int8_t iqCalICh[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
801
int8_t iqCalQCh[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
811
uint8_t bswAtten[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
812
uint8_t bswMargin[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
839
struct CalCtlEdges ctlEdges[AR5416_MAX_CHAINS][AR5416_NUM_BAND_EDGES];
sys/dev/otus/if_otusreg.h
848
struct calDataPerFreq calPierData5G[AR5416_MAX_CHAINS]
sys/dev/otus/if_otusreg.h
850
struct calDataPerFreq calPierData2G[AR5416_MAX_CHAINS]
tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c
267
for (n = 0; n < AR5416_MAX_CHAINS; n++) {
tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c
288
for (n = 0; n < AR5416_MAX_CHAINS; n++) {
tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c
370
for (i = 0; i < AR5416_MAX_CHAINS; i++) {