HomeSort by: relevance | last modified time | path
    Searched refs:ath_hal_eepromGet (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_attach.c 224 switch (ath_hal_eepromGet(ah, AR_EEP_TXGAIN_TYPE, AH_NULL)) {
246 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
255 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL);
ar9160_attach.c 237 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
246 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL);
ar5416_attach.c 334 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
343 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL);
777 if (ath_hal_eepromGet(ah, AR_EEP_MAXQCU, &val) == HAL_OK)
782 if (ath_hal_eepromGet(ah, AR_EEP_KCENTRIES, &val) == HAL_OK)
816 pCap->halTxChainMask = ath_hal_eepromGet(ah, AR_EEP_TXMASK, AH_NULL);
818 pCap->halRxChainMask = ath_hal_eepromGet(ah, AR_EEP_RXMASK, AH_NULL);
826 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
ar2133.c 198 ath_hal_eepromGet(ah, AR_EEP_OB_2, AH_NULL), 3, 197, 0);
200 ath_hal_eepromGet(ah, AR_EEP_DB_2, AH_NULL), 3, 194, 0);
203 ath_hal_eepromGet(ah, AR_EEP_OB_5, AH_NULL), 3, 203, 0);
205 ath_hal_eepromGet(ah, AR_EEP_DB_5, AH_NULL), 3, 200, 0);
ar9280_attach.c 218 switch (ath_hal_eepromGet(ah, AR_EEP_RXGAIN_TYPE, AH_NULL)) {
238 switch (ath_hal_eepromGet(ah, AR_EEP_TXGAIN_TYPE, AH_NULL)) {
261 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
270 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL);
ar5416_cal.c 501 ath_hal_eepromGet(ah, AR_EEP_NFTHRESH_5, nft);
508 ath_hal_eepromGet(ah, AR_EEP_NFTHRESH_2, nft);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_attach.c 329 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
347 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
506 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_attach.c 255 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
263 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_attach.c 508 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
542 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
708 if (ath_hal_eepromGet(ah, AR_EEP_OPCAP, &capField) != HAL_OK) {
822 if (ath_hal_eepromGet(ah, AR_EEP_MAXQCU, &val) == HAL_OK)
827 if (ath_hal_eepromGet(ah, AR_EEP_KCENTRIES, &val) == HAL_OK)
836 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
ar5212_reset.c 609 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_5, &twiceAntennaGain);
611 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_2, &twiceAntennaGain);
2070 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_5, &twiceAntennaGain);
2072 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_2, &twiceAntennaGain);
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_attach.c 233 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 347 #define ath_hal_eepromGet(_ah, _param, _val) \

Completed in 24 milliseconds