Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v14.h78 #define AR5416_MAX_CHAINS 3 macro
178 uint32_t antCtrlChain[AR5416_MAX_CHAINS]; // 12
180 int8_t antennaGainCh[AR5416_MAX_CHAINS]; // 3
182 uint8_t txRxAttenCh[AR5416_MAX_CHAINS]; // 3
183 uint8_t rxTxMarginCh[AR5416_MAX_CHAINS]; // 3
186 uint8_t xlnaGainCh[AR5416_MAX_CHAINS]; // 3
191 uint8_t noiseFloorThreshCh[AR5416_MAX_CHAINS]; // 3
194 int8_t iqCalICh[AR5416_MAX_CHAINS]; // 1
195 int8_t iqCalQCh[AR5416_MAX_CHAINS]; // 1
205 uint8_t bswAtten[AR5416_MAX_CHAINS]; // 3
[all …]
H A Dah_eeprom_v14.c204 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in eepromSwap()
/netbsd/sys/dev/usb/
H A Dif_otusreg.h421 #define AR5416_MAX_CHAINS 2 macro
448 uint32_t antCtrlChain[AR5416_MAX_CHAINS];
450 int8_t antennaGainCh[AR5416_MAX_CHAINS];
452 uint8_t txRxAttenCh[AR5416_MAX_CHAINS];
453 uint8_t rxTxMarginCh[AR5416_MAX_CHAINS];
456 uint8_t xlnaGainCh[AR5416_MAX_CHAINS];
461 uint8_t noiseFloorThreshCh[AR5416_MAX_CHAINS];
464 int8_t iqCalICh[AR5416_MAX_CHAINS];
465 int8_t iqCalQCh[AR5416_MAX_CHAINS];
475 uint8_t bswAtten[AR5416_MAX_CHAINS];
[all …]
/netbsd/sys/dev/ic/
H A Darn5416reg.h24 #define AR5416_MAX_CHAINS 3 macro
81 uint32_t antCtrlChain[AR5416_MAX_CHAINS];
83 uint8_t antennaGainCh[AR5416_MAX_CHAINS];
85 uint8_t txRxAttenCh[AR5416_MAX_CHAINS];
86 uint8_t rxTxMarginCh[AR5416_MAX_CHAINS];
89 uint8_t xlnaGainCh[AR5416_MAX_CHAINS];
97 uint8_t iqCalICh[AR5416_MAX_CHAINS];
98 uint8_t iqCalQCh[AR5416_MAX_CHAINS];
108 uint8_t bswAtten[AR5416_MAX_CHAINS];
109 uint8_t bswMargin[AR5416_MAX_CHAINS];
[all …]
H A Darn5416.c143 for (j = 0; j < AR5416_MAX_CHAINS; j++) { in ar5416_swap_rom()
237 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in ar5416_init_from_rom()
459 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in ar5416_set_power_calib()
/netbsd/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_cal.h78 #define AR5416_MAX_CHAINS 3 /* XXX dup's eeprom def */ macro
79 HAL_CAL_SAMPLE caldata[4][AR5416_MAX_CHAINS];
H A Dar5416_cal_adcgain.c47 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in ar5416AdcGainCalCollect()
H A Dar5416_cal_iq.c46 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in ar5416IQCalCollect()
H A Dar5416_cal_adcdc.c41 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in ar5416AdcDcCalCollect()
H A Dar5416_cal.c369 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in ar5416DoCalibration()
H A Dar9285_reset.c596 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in ar9285SetPowerCalTable()
H A Dar5416_reset.c1274 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in ar5416SetBoardValues()
1867 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in ar5416SetPowerCalTable()