Searched refs:ath9k_hw_get_eeprom (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_phy.c223 eepMinorRev = ath9k_hw_get_eeprom(ah, EEP_MINOR_REV);
243 ob2GHz = ath9k_hw_get_eeprom(ah, EEP_OB_2);
244 db2GHz = ath9k_hw_get_eeprom(ah, EEP_DB_2);
250 ob5GHz = ath9k_hw_get_eeprom(ah, EEP_OB_5);
251 db5GHz = ath9k_hw_get_eeprom(ah, EEP_DB_5);
H A Darn_hw.c599 eeval = ath9k_hw_get_eeprom(ah, AR_EEPROM_MAC(i));
621 if (ath9k_hw_get_eeprom(ah, EEP_MINOR_REV) >= AR5416_EEP_MINOR_VER_17) {
622 rxgain_type = ath9k_hw_get_eeprom(ah, EEP_RXGAIN_TYPE);
651 if (ath9k_hw_get_eeprom(ah, EEP_MINOR_REV) >= AR5416_EEP_MINOR_VER_19) {
652 txgain_type = ath9k_hw_get_eeprom(ah, EEP_TXGAIN_TYPE);
3434 eeval = ath9k_hw_get_eeprom(ah, EEP_REG_0);
3438 eeval = ath9k_hw_get_eeprom(ah, EEP_REG_1);
3441 capField = ath9k_hw_get_eeprom(ah, EEP_OP_CAP);
3456 eeval = ath9k_hw_get_eeprom(ah, EEP_OP_MODE);
3491 pCap->tx_chainmask = ath9k_hw_get_eeprom(a
[all...]
H A Darn_calib.c192 *nft = (int8_t)ath9k_hw_get_eeprom(ah, EEP_NFTHRESH_5);
199 *nft = (int8_t)ath9k_hw_get_eeprom(ah, EEP_NFTHRESH_2);
H A Darn_hw.h978 ath9k_hw_get_eeprom(ah, EEP_OL_PWRCTRL))
1103 uint32_t ath9k_hw_get_eeprom(struct ath_hal *ah,
H A Darn_rc.c1488 (ath9k_hw_get_eeprom(sc->sc_ah, EEP_RC_CHAIN_MASK) == 1)) ?
H A Darn_eeprom.c2903 ath9k_hw_get_eeprom(struct ath_hal *ah, enum eeprom_param param) function

Completed in 133 milliseconds