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

/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v4k.h77 uint8_t txGainType; /* high power tx gain table support */ member in struct:BaseEepHeader4k
H A Dah_eeprom_v14.h188 uint8_t txGainType; /* high power tx gain table support */ member in struct:BaseEepHeader
H A Dah_eeprom_v14.c87 pBase->txGainType : AR5416_EEP_TXGAIN_ORIG;
H A Dah_eeprom_v4k.c80 return pBase->txGainType;
/freebsd-13-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);
/freebsd-13-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-13-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c366 if ((eep->baseEepHeader.txGainType == 0) && (bb_desired_scale != 0)) {

Completed in 167 milliseconds