Searched refs:txGainType (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.c85 pBase->txGainType : AR5416_EEP_TXGAIN_ORIG;
H A Dah_eeprom_v14.h186 uint8_t txGainType; /* high power tx gain table support */ member in struct:BaseEepHeader
H A Dah_eeprom_v4k.c78 return pBase->txGainType;
H A Dah_eeprom_v4k.h75 uint8_t txGainType; /* high power tx gain table support */ member in struct:BaseEepHeader4k
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c364 if ((eep->baseEepHeader.txGainType == 0) && (bb_desired_scale != 0)) {
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c112 printf("| txGainType: 0x%.2x | rcChainMask: 0x%.2x |\n",
113 (int) eh->txGainType, (int) eh->rcChainMask);
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c65 printf("| DeviceCap: 0x%.4x | binBuildNumber: %.8x | deviceType: 0x%.2x | txGainType 0x%.2x |\n",
66 eh->deviceCap, eh->binBuildNumber, eh->deviceType, eh->txGainType);

Completed in 140 milliseconds