Symbol: ath9k_hw_get_eeprom
usr/src/uts/common/io/arn/arn_calib.c
192
*nft = (int8_t)ath9k_hw_get_eeprom(ah, EEP_NFTHRESH_5);
usr/src/uts/common/io/arn/arn_calib.c
199
*nft = (int8_t)ath9k_hw_get_eeprom(ah, EEP_NFTHRESH_2);
usr/src/uts/common/io/arn/arn_hw.c
3434
eeval = ath9k_hw_get_eeprom(ah, EEP_REG_0);
usr/src/uts/common/io/arn/arn_hw.c
3438
eeval = ath9k_hw_get_eeprom(ah, EEP_REG_1);
usr/src/uts/common/io/arn/arn_hw.c
3441
capField = ath9k_hw_get_eeprom(ah, EEP_OP_CAP);
usr/src/uts/common/io/arn/arn_hw.c
3456
eeval = ath9k_hw_get_eeprom(ah, EEP_OP_MODE);
usr/src/uts/common/io/arn/arn_hw.c
3491
pCap->tx_chainmask = ath9k_hw_get_eeprom(ah, EEP_TX_MASK);
usr/src/uts/common/io/arn/arn_hw.c
3495
ath9k_hw_get_eeprom(ah, EEP_RX_MASK);
usr/src/uts/common/io/arn/arn_hw.c
3569
ah->ah_rfsilent = ath9k_hw_get_eeprom(ah, EEP_RF_SILENT);
usr/src/uts/common/io/arn/arn_hw.c
599
eeval = ath9k_hw_get_eeprom(ah, AR_EEPROM_MAC(i));
usr/src/uts/common/io/arn/arn_hw.c
621
if (ath9k_hw_get_eeprom(ah, EEP_MINOR_REV) >= AR5416_EEP_MINOR_VER_17) {
usr/src/uts/common/io/arn/arn_hw.c
622
rxgain_type = ath9k_hw_get_eeprom(ah, EEP_RXGAIN_TYPE);
usr/src/uts/common/io/arn/arn_hw.c
651
if (ath9k_hw_get_eeprom(ah, EEP_MINOR_REV) >= AR5416_EEP_MINOR_VER_19) {
usr/src/uts/common/io/arn/arn_hw.c
652
txgain_type = ath9k_hw_get_eeprom(ah, EEP_TXGAIN_TYPE);
usr/src/uts/common/io/arn/arn_hw.h
1103
uint32_t ath9k_hw_get_eeprom(struct ath_hal *ah,
usr/src/uts/common/io/arn/arn_hw.h
978
ath9k_hw_get_eeprom(ah, EEP_OL_PWRCTRL))
usr/src/uts/common/io/arn/arn_phy.c
223
eepMinorRev = ath9k_hw_get_eeprom(ah, EEP_MINOR_REV);
usr/src/uts/common/io/arn/arn_phy.c
243
ob2GHz = ath9k_hw_get_eeprom(ah, EEP_OB_2);
usr/src/uts/common/io/arn/arn_phy.c
244
db2GHz = ath9k_hw_get_eeprom(ah, EEP_DB_2);
usr/src/uts/common/io/arn/arn_phy.c
250
ob5GHz = ath9k_hw_get_eeprom(ah, EEP_OB_5);
usr/src/uts/common/io/arn/arn_phy.c
251
db5GHz = ath9k_hw_get_eeprom(ah, EEP_DB_5);
usr/src/uts/common/io/arn/arn_rc.c
1488
(ath9k_hw_get_eeprom(sc->sc_ah, EEP_RC_CHAIN_MASK) == 1)) ?