Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.h197 typedef struct ModalEepHeader { struct
198 uint32_t antCtrlChain[AR5416_MAX_CHAINS]; // 12
199 uint32_t antCtrlCommon; // 4
200 int8_t antennaGainCh[AR5416_MAX_CHAINS]; // 3
201 uint8_t switchSettling; // 1
202 uint8_t txRxAttenCh[AR5416_MAX_CHAINS]; // 3
203 uint8_t rxTxMarginCh[AR5416_MAX_CHAINS]; // 3
204 uint8_t adcDesiredSize; // 1
205 int8_t pgaDesiredSize; // 1
206 uint8_t xlnaGainCh[AR5416_MAX_CHAINS]; // 3
[all …]
/freebsd/sys/dev/otus/
H A Dif_otusreg.h783 struct ModalEepHeader { struct
784 uint32_t antCtrlChain[AR5416_MAX_CHAINS];
785 uint32_t antCtrlCommon;
786 int8_t antennaGainCh[AR5416_MAX_CHAINS];
787 uint8_t switchSettling;
788 uint8_t txRxAttenCh[AR5416_MAX_CHAINS];
789 uint8_t rxTxMarginCh[AR5416_MAX_CHAINS];
790 uint8_t adcDesiredSize;
791 int8_t pgaDesiredSize;
792 uint8_t xlnaGainCh[AR5416_MAX_CHAINS];
[all …]