Searched refs:ath_hal_eepromGet (Results 1 - 21 of 21) sorted by last modified time

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h478 #define ath_hal_eepromGet(_ah, _param, _val) \ macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c438 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
447 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL);
449 ath_hal_eepromGet(ah, AR_EEP_REGDMN_1, AH_NULL);
956 if (ath_hal_eepromGet(ah, AR_EEP_MAXQCU, &val) == HAL_OK)
961 if (ath_hal_eepromGet(ah, AR_EEP_KCENTRIES, &val) == HAL_OK)
998 pCap->halTxChainMask = ath_hal_eepromGet(ah, AR_EEP_TXMASK, AH_NULL);
1000 pCap->halRxChainMask = ath_hal_eepromGet(ah, AR_EEP_RXMASK, AH_NULL);
1032 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
H A Dar2133.c284 ath_hal_eepromGet(ah, AR_EEP_OB_2, AH_NULL),
285 ath_hal_eepromGet(ah, AR_EEP_DB_2, AH_NULL));
287 ath_hal_eepromGet(ah, AR_EEP_OB_2, AH_NULL), 3, 197, 0);
289 ath_hal_eepromGet(ah, AR_EEP_DB_2, AH_NULL), 3, 194, 0);
293 ath_hal_eepromGet(ah, AR_EEP_OB_5, AH_NULL),
294 ath_hal_eepromGet(ah, AR_EEP_DB_5, AH_NULL));
296 ath_hal_eepromGet(ah, AR_EEP_OB_5, AH_NULL), 3, 203, 0);
298 ath_hal_eepromGet(ah, AR_EEP_DB_5, AH_NULL), 3, 200, 0);
H A Dar5416_cal.c559 ath_hal_eepromGet(ah, AR_EEP_NFTHRESH_5, nft);
563 ath_hal_eepromGet(ah, AR_EEP_NFTHRESH_2, nft);
H A Dar5416_misc.c490 setting &= ath_hal_eepromGet(ah, AR_EEP_RXMASK, NULL);
498 setting &= ath_hal_eepromGet(ah, AR_EEP_TXMASK, NULL);
H A Dar5416_reset.c1150 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET,
H A Dar5416_xmit.c251 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c524 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
558 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
724 if (ath_hal_eepromGet(ah, AR_EEP_OPCAP, &capField) != HAL_OK) {
862 if (ath_hal_eepromGet(ah, AR_EEP_MAXQCU, &val) == HAL_OK)
867 if (ath_hal_eepromGet(ah, AR_EEP_KCENTRIES, &val) == HAL_OK)
882 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
H A Dar5212_reset.c623 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_5, &twiceAntennaGain);
625 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_2, &twiceAntennaGain);
2208 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_5, &twiceAntennaGain);
2210 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_2, &twiceAntennaGain);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c262 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
270 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c337 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
355 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
517 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c234 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c231 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
240 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL);
242 ath_hal_eepromGet(ah, AR_EEP_REGDMN_1, AH_NULL);
H A Dar9160_attach.c258 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
267 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL);
269 ath_hal_eepromGet(ah, AR_EEP_REGDMN_1, AH_NULL);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c89 if (ath_hal_eepromGet(ah, AR_EEP_FRAC_N_5G, &frac_n_5g) != HAL_OK)
H A Dar9280_attach.c317 ecode = ath_hal_eepromGet(ah, AR_EEP_PWDCLKIND, &pwr);
327 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET, &pwr_table_offset);
335 switch (ath_hal_eepromGet(ah, AR_EEP_RXGAIN_TYPE, AH_NULL)) {
357 switch (ath_hal_eepromGet(ah, AR_EEP_TXGAIN_TYPE, AH_NULL)) {
380 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
389 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL);
391 ath_hal_eepromGet(ah, AR_EEP_REGDMN_1, AH_NULL);
H A Dar9280_olc.c148 (void) (ath_hal_eepromGet(ah, AR_EEP_DAC_HPWR_5G, &hpwr_5g));
301 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET, &pwr_table_offset);
H A Dar9285_attach.c307 switch (ath_hal_eepromGet(ah, AR_EEP_TXGAIN_TYPE, AH_NULL)) {
353 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
362 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL);
H A Dar9285_cal.c65 if (ath_hal_eepromGet(ah, AR_EEP_TXGAIN_TYPE, AH_NULL) ==
H A Dar9287_attach.c307 (void) ath_hal_eepromGet(ah, AR_EEP_PWR_TABLE_OFFSET, &pwr_table_offset);
326 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
335 ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, AH_NULL);
H A Dar9287_olc.c85 (void) (ath_hal_eepromGet(ah, AR_EEP_TEMPSENSE_SLOPE, &val));

Completed in 304 milliseconds