Searched defs:pEepData (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c1032 struct ar5416_eeprom_def *pEepData = &ahp->ah_eeprom.def; local
1046 xpdMask = pEepData->modalHeader[modalIdx].xpdGain;
1048 if ((pEepData->baseEepHeader.version & AR5416_EEP_VER_MINOR_MASK) >=
1051 pEepData->modalHeader[modalIdx].pdGainOverlap;
1059 pCalBChans = pEepData->calFreqPier2G;
1062 pCalBChans = pEepData->calFreqPier5G;
1095 if (pEepData->baseEepHeader.txMask & (1 << i)) {
1097 pRawDataset = pEepData->calPierData2G[i];
1099 pRawDataset = pEepData->calPierData5G[i];
1160 struct ar5416_eeprom_4k *pEepData local
1284 struct ar5416_eeprom_def *pEepData = &ahp->ah_eeprom.def; local
1587 struct ar5416_eeprom_4k *pEepData = &ahp->ah_eeprom.map4k; local
1820 struct ar5416_eeprom_def *pEepData = &ahp->ah_eeprom.def; local
1956 struct ar5416_eeprom_4k *pEepData = &ahp->ah_eeprom.map4k; local
[all...]
H A Darn_hw.c51 struct ar5416_eeprom_def *pEepData,
1355 struct ar5416_eeprom_def *pEepData,
1358 struct base_eep_header *pBase = &(pEepData->baseEepHeader);
1395 ath9k_hw_ini_fixup(struct ath_hal *ah, struct ar5416_eeprom_def *pEepData, argument
1403 return (ath9k_hw_def_ini_fixup(ah, pEepData, reg, value));
1354 ath9k_hw_def_ini_fixup(struct ath_hal *ah, struct ar5416_eeprom_def *pEepData, uint32_t reg, uint32_t value) argument

Completed in 75 milliseconds