Home
last modified time | relevance | path

Searched refs:txGainType (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v4k.h75 uint8_t txGainType; /* high power tx gain table support */ member
H A Dah_eeprom_v14.h186 uint8_t txGainType; /* high power tx gain table support */ member
H A Dah_eeprom_v4k.c78 return pBase->txGainType; in v4kEepromGet()
H A Dah_eeprom_v14.c85 pBase->txGainType : AR5416_EEP_TXGAIN_ORIG; in v14EepromGet()
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9285_reset.c364 if ((eep->baseEepHeader.txGainType == 0) && (bb_desired_scale != 0)) { in ar9285SetBoardValues()