Home
last modified time | relevance | path

Searched refs:ath_hal_eepromGet (Results 1 – 21 of 21) sorted by relevance

/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar2133.c284 ath_hal_eepromGet(ah, AR_EEP_OB_2, AH_NULL), in ar2133SetRfRegs()
285 ath_hal_eepromGet(ah, AR_EEP_DB_2, AH_NULL)); in ar2133SetRfRegs()
287 ath_hal_eepromGet(ah, AR_EEP_OB_2, AH_NULL), 3, 197, 0); in ar2133SetRfRegs()
289 ath_hal_eepromGet(ah, AR_EEP_DB_2, AH_NULL), 3, 194, 0); in ar2133SetRfRegs()
293 ath_hal_eepromGet(ah, AR_EEP_OB_5, AH_NULL), in ar2133SetRfRegs()
294 ath_hal_eepromGet(ah, AR_EEP_DB_5, AH_NULL)); in ar2133SetRfRegs()
296 ath_hal_eepromGet(ah, AR_EEP_OB_5, AH_NULL), 3, 203, 0); in ar2133SetRfRegs()
298 ath_hal_eepromGet(ah, AR_EEP_DB_5, AH_NULL), 3, 200, 0); in ar2133SetRfRegs()
HDar5416_attach.c438 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar5416Attach()
447 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL); in ar5416Attach()
449 ath_hal_eepromGet(ah, AR_EEP_REGDMN_1, AH_NULL); in ar5416Attach()
956 if (ath_hal_eepromGet(ah, AR_EEP_MAXQCU, &val) == HAL_OK) in ar5416FillCapabilityInfo()
961 if (ath_hal_eepromGet(ah, AR_EEP_KCENTRIES, &val) == HAL_OK) in ar5416FillCapabilityInfo()
998 pCap->halTxChainMask = ath_hal_eepromGet(ah, AR_EEP_TXMASK, AH_NULL); in ar5416FillCapabilityInfo()
1000 pCap->halRxChainMask = ath_hal_eepromGet(ah, AR_EEP_RXMASK, AH_NULL); in ar5416FillCapabilityInfo()
1032 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) { in ar5416FillCapabilityInfo()
HDar5416_misc.c490 setting &= ath_hal_eepromGet(ah, AR_EEP_RXMASK, NULL); in ar5416SetCapability()
498 setting &= ath_hal_eepromGet(ah, AR_EEP_TXMASK, NULL); in ar5416SetCapability()
HDar5416_cal.c559 ath_hal_eepromGet(ah, AR_EEP_NFTHRESH_5, nft); in ar5416GetEepromNoiseFloorThresh()
563 ath_hal_eepromGet(ah, AR_EEP_NFTHRESH_2, nft); in ar5416GetEepromNoiseFloorThresh()
HDar5416_xmit.c251 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET, in ar5416GetTxRatePower()
HDar5416_reset.c1150 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET, in ar5416SetTransmitPower()
/NextBSD/sys/dev/ath/ath_hal/ar9002/
HDar9280_attach.c317 ecode = ath_hal_eepromGet(ah, AR_EEP_PWDCLKIND, &pwr); in ar9280Attach()
327 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET, &pwr_table_offset); in ar9280Attach()
335 switch (ath_hal_eepromGet(ah, AR_EEP_RXGAIN_TYPE, AH_NULL)) { in ar9280Attach()
357 switch (ath_hal_eepromGet(ah, AR_EEP_TXGAIN_TYPE, AH_NULL)) { in ar9280Attach()
380 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar9280Attach()
389 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL); in ar9280Attach()
391 ath_hal_eepromGet(ah, AR_EEP_REGDMN_1, AH_NULL); in ar9280Attach()
HDar9287_attach.c307 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET, &pwr_table_offset); in ar9287Attach()
326 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar9287Attach()
335 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL); in ar9287Attach()
HDar9285_attach.c307 switch (ath_hal_eepromGet(ah, AR_EEP_TXGAIN_TYPE, AH_NULL)) { in ar9285Attach()
353 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar9285Attach()
362 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL); in ar9285Attach()
HDar9280_olc.c148 (void) (ath_hal_eepromGet(ah, AR_EEP_DAC_HPWR_5G, &hpwr_5g)); in ar9280olcTemperatureCompensation()
301 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET, &pwr_table_offset); in ar9280SetPowerCalTable()
HDar9287_olc.c85 (void) (ath_hal_eepromGet(ah, AR_EEP_TEMPSENSE_SLOPE, &val)); in ar9287olcTemperatureCompensation()
HDar9285_cal.c65 if (ath_hal_eepromGet(ah, AR_EEP_TXGAIN_TYPE, AH_NULL) == in ar9285_hw_pa_cal()
HDar9280.c89 if (ath_hal_eepromGet(ah, AR_EEP_FRAC_N_5G, &frac_n_5g) != HAL_OK) in ar9280SetChannel()
/NextBSD/sys/dev/ath/ath_hal/ar9001/
HDar9130_attach.c231 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar9130Attach()
240 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL); in ar9130Attach()
242 ath_hal_eepromGet(ah, AR_EEP_REGDMN_1, AH_NULL); in ar9130Attach()
HDar9160_attach.c258 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar9160Attach()
267 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL); in ar9160Attach()
269 ath_hal_eepromGet(ah, AR_EEP_REGDMN_1, AH_NULL); in ar9160Attach()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c524 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval); in ar5212Attach()
558 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar5212Attach()
724 if (ath_hal_eepromGet(ah, AR_EEP_OPCAP, &capField) != HAL_OK) { in ar5212FillCapabilityInfo()
862 if (ath_hal_eepromGet(ah, AR_EEP_MAXQCU, &val) == HAL_OK) in ar5212FillCapabilityInfo()
867 if (ath_hal_eepromGet(ah, AR_EEP_KCENTRIES, &val) == HAL_OK) in ar5212FillCapabilityInfo()
882 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) { in ar5212FillCapabilityInfo()
HDar5212_reset.c623 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_5, &twiceAntennaGain); in ar5212Reset()
625 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_2, &twiceAntennaGain); in ar5212Reset()
2208 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_5, &twiceAntennaGain); in ar5212SetRateTable()
2210 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_2, &twiceAntennaGain); in ar5212SetRateTable()
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c337 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval); in ar5211Attach()
355 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar5211Attach()
517 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) { in ar5211FillCapabilityInfo()
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c262 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval); in ar5210Attach()
270 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar5210Attach()
/NextBSD/sys/dev/ath/ath_hal/ar5312/
HDar5312_attach.c234 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval); in ar5312Attach()
/NextBSD/sys/dev/ath/ath_hal/
HDah_internal.h478 #define ath_hal_eepromGet(_ah, _param, _val) \ macro