Home
last modified time | relevance | path

Searched defs:ModalEepHeader (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v14.h177 typedef struct ModalEepHeader { struct
178 uint32_t antCtrlChain[AR5416_MAX_CHAINS]; // 12
179 uint32_t antCtrlCommon; // 4
180 int8_t antennaGainCh[AR5416_MAX_CHAINS]; // 3
181 uint8_t switchSettling; // 1
182 uint8_t txRxAttenCh[AR5416_MAX_CHAINS]; // 3
183 uint8_t rxTxMarginCh[AR5416_MAX_CHAINS]; // 3
184 uint8_t adcDesiredSize; // 1
185 int8_t pgaDesiredSize; // 1
186 uint8_t xlnaGainCh[AR5416_MAX_CHAINS]; // 3
[all …]
/netbsd-src/sys/dev/usb/
H A Dif_otusreg.h447 typedef struct ModalEepHeader { struct
448 uint32_t antCtrlChain[AR5416_MAX_CHAINS];
449 uint32_t antCtrlCommon;
450 int8_t antennaGainCh[AR5416_MAX_CHAINS];
451 uint8_t switchSettling;
452 uint8_t txRxAttenCh[AR5416_MAX_CHAINS];
453 uint8_t rxTxMarginCh[AR5416_MAX_CHAINS];
454 uint8_t adcDesiredSize;
455 int8_t pgaDesiredSize;
456 uint8_t xlnaGainCh[AR5416_MAX_CHAINS];
[all …]