Searched refs:ahpriv (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c719 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
720 HAL_CAPABILITIES *pCap = &ahpriv->ah_caps;
745 if (ahpriv->ah_opmode != HAL_M_HOSTAP &&
746 ahpriv->ah_subvendorid == AR_SUBVENDOR_ID_NEW_A) {
747 if (ahpriv->ah_currentRD == 0x64 ||
748 ahpriv->ah_currentRD == 0x65)
749 ahpriv->ah_currentRD += 5;
750 else if (ahpriv->ah_currentRD == 0x41)
751 ahpriv->ah_currentRD = 0x43;
753 __func__, ahpriv
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c355 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
356 HAL_CAPABILITIES *pCap = &ahpriv->ah_caps;
387 ahpriv->ah_rfsilent = SM(0, AR_EEPROM_RFSILENT_GPIO_SEL)
389 ahpriv->ah_rfkillEnabled = AH_TRUE;
403 ahpriv->ah_rxornIsFatal = AH_TRUE;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c478 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
479 HAL_CAPABILITIES *pCap = &ahpriv->ah_caps;
517 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
519 ahpriv->ah_rfkillEnabled = AH_TRUE;
536 ahpriv->ah_rxornIsFatal = AH_TRUE;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c640 struct ath_hal_private *ahpriv; local
652 ahpriv = AH_PRIVATE(ah);
830 if (((ahpriv->ah_macVersion == AR_SREV_VERSION_OSPREY) &&
831 (ahpriv->ah_macRev <= AR_SREV_REVISION_OSPREY_20)) ||
832 (ahpriv->ah_macVersion != AR_SREV_VERSION_OSPREY &&
833 ahpriv->ah_macVersion != AR_SREV_VERSION_WASP &&
834 ahpriv->ah_macVersion != AR_SREV_VERSION_HORNET &&
835 ahpriv->ah_macVersion != AR_SREV_VERSION_POSEIDON &&
836 ahpriv->ah_macVersion != AR_SREV_VERSION_SCORPION &&
837 ahpriv
2661 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
2695 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
[all...]
H A Dar9300_reset.c325 // struct ath_hal_private *ahpriv = AH_PRIVATE(ah);
367 * into ahpriv->nf_cal_hist. If a scan is in progress, then
369 * Thus, return the value from ahpriv->nf_cal_hist if there's
601 // struct ath_hal_private *ahpriv = AH_PRIVATE(ah);
2708 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
2709 const struct ieee80211_channel *chan = ahpriv->ah_curchan;
2716 ahpriv->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER);
2717 ahpriv->ah_extraTxPow = extra_txpow;
2724 ath_hal_get_twice_max_regpower(ahpriv, ichan, chan),
2725 AH_MIN(MAX_RATE_POWER, ahpriv
2862 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
4015 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
6256 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
6288 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
6318 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
6338 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
6357 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
6409 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
[all...]
H A Dar9300_spectral.c562 struct ath_hal_private *ahpriv = AH_PRIVATE(ah);
582 struct ath_hal_private *ahpriv = AH_PRIVATE(ah);
H A Dar9300_misc.c2461 //struct ath_hal_private *ahpriv = AH_PRIVATE(ah);
2485 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
2494 ar9300_set_tx_power_limit(ah, ahpriv->ah_powerLimit,
2495 ahpriv->ah_extraTxPow, 0);
2517 ar9300_set_tx_power_limit(ah, ahpriv->ah_powerLimit,
2518 ahpriv->ah_extraTxPow, 0);
2533 ar9300_set_tx_power_limit(ah, ahpriv->ah_powerLimit,
2534 ahpriv->ah_extraTxPow, 0);
H A Dar9300_phy.c310 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
311 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps;
H A Dar9300_eeprom.c1639 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
1641 HAL_CAPABILITIES *pcap = &ahpriv->ah_caps;
1921 // struct ath_hal_private *ahpriv = AH_PRIVATE(ah);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c891 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
892 HAL_CAPABILITIES *pCap = &ahpriv->ah_caps;
1032 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) {
1034 ahpriv->ah_rfkillEnabled = AH_TRUE;
1045 ahpriv->ah_rxornIsFatal = AH_FALSE;
H A Dar5416_misc.c43 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); local
44 HAL_CAPABILITIES *pCap = &ahpriv->ah_caps;

Completed in 160 milliseconds