Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c721 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar5212FillCapabilityInfo() local
722 HAL_CAPABILITIES *pCap = &ahpriv->ah_caps; in ar5212FillCapabilityInfo()
747 if (ahpriv->ah_opmode != HAL_M_HOSTAP && in ar5212FillCapabilityInfo()
748 ahpriv->ah_subvendorid == AR_SUBVENDOR_ID_NEW_A) { in ar5212FillCapabilityInfo()
749 if (ahpriv->ah_currentRD == 0x64 || in ar5212FillCapabilityInfo()
750 ahpriv->ah_currentRD == 0x65) in ar5212FillCapabilityInfo()
751 ahpriv->ah_currentRD += 5; in ar5212FillCapabilityInfo()
752 else if (ahpriv->ah_currentRD == 0x41) in ar5212FillCapabilityInfo()
753 ahpriv->ah_currentRD = 0x43; in ar5212FillCapabilityInfo()
755 __func__, ahpriv->ah_currentRD); in ar5212FillCapabilityInfo()
[all …]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c358 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar5210FillCapabilityInfo() local
359 HAL_CAPABILITIES *pCap = &ahpriv->ah_caps; in ar5210FillCapabilityInfo()
390 ahpriv->ah_rfsilent = SM(0, AR_EEPROM_RFSILENT_GPIO_SEL) in ar5210FillCapabilityInfo()
392 ahpriv->ah_rfkillEnabled = AH_TRUE; in ar5210FillCapabilityInfo()
407 ahpriv->ah_rxornIsFatal = AH_TRUE; in ar5210FillCapabilityInfo()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c481 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar5211FillCapabilityInfo() local
482 HAL_CAPABILITIES *pCap = &ahpriv->ah_caps; in ar5211FillCapabilityInfo()
520 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) { in ar5211FillCapabilityInfo()
522 ahpriv->ah_rfkillEnabled = AH_TRUE; in ar5211FillCapabilityInfo()
540 ahpriv->ah_rxornIsFatal = AH_TRUE; in ar5211FillCapabilityInfo()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_attach.c640 struct ath_hal_private *ahpriv; in ar9300_attach() local
652 ahpriv = AH_PRIVATE(ah); in ar9300_attach()
830 if (((ahpriv->ah_macVersion == AR_SREV_VERSION_OSPREY) && in ar9300_attach()
831 (ahpriv->ah_macRev <= AR_SREV_REVISION_OSPREY_20)) || in ar9300_attach()
832 (ahpriv->ah_macVersion != AR_SREV_VERSION_OSPREY && in ar9300_attach()
833 ahpriv->ah_macVersion != AR_SREV_VERSION_WASP && in ar9300_attach()
834 ahpriv->ah_macVersion != AR_SREV_VERSION_HORNET && in ar9300_attach()
835 ahpriv->ah_macVersion != AR_SREV_VERSION_POSEIDON && in ar9300_attach()
836 ahpriv->ah_macVersion != AR_SREV_VERSION_SCORPION && in ar9300_attach()
837 ahpriv->ah_macVersion != AR_SREV_VERSION_HONEYBEE && in ar9300_attach()
[all …]
H A Dar9300_reset.c2746 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar9300_set_tx_power_limit() local
2747 const struct ieee80211_channel *chan = ahpriv->ah_curchan; in ar9300_set_tx_power_limit()
2754 ahpriv->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER); in ar9300_set_tx_power_limit()
2755 ahpriv->ah_extraTxPow = extra_txpow; in ar9300_set_tx_power_limit()
2762 ath_hal_get_twice_max_regpower(ahpriv, ichan, chan), in ar9300_set_tx_power_limit()
2763 AH_MIN(MAX_RATE_POWER, ahpriv->ah_powerLimit)) != HAL_OK) in ar9300_set_tx_power_limit()
2900 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar9300_process_ini() local
3208 ath_hal_get_twice_max_regpower(ahpriv, ichan, chan), in ar9300_process_ini()
3209 AH_MIN(MAX_RATE_POWER, ahpriv->ah_powerLimit)); in ar9300_process_ini()
4053 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar9300_set_dma() local
[all …]
H A Dar9300_spectral.c592 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar9300_get_ctl_chan_nf()
612 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar9300_get_ext_chan_nf()
H A Dar9300_misc.c2508 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar9300_bt_coex_set_parameter() local
2517 ar9300_set_tx_power_limit(ah, ahpriv->ah_powerLimit, in ar9300_bt_coex_set_parameter()
2518 ahpriv->ah_extraTxPow, 0); in ar9300_bt_coex_set_parameter()
2540 ar9300_set_tx_power_limit(ah, ahpriv->ah_powerLimit, in ar9300_bt_coex_set_parameter()
2541 ahpriv->ah_extraTxPow, 0); in ar9300_bt_coex_set_parameter()
2556 ar9300_set_tx_power_limit(ah, ahpriv->ah_powerLimit, in ar9300_bt_coex_set_parameter()
2557 ahpriv->ah_extraTxPow, 0); in ar9300_bt_coex_set_parameter()
H A Dar9300_phy.c312 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar9300_get_rate_table() local
313 HAL_CAPABILITIES *p_cap = &ahpriv->ah_caps; in ar9300_get_rate_table()
H A Dar9300_eeprom.c1639 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar9300_ant_ctrl_apply() local
1641 HAL_CAPABILITIES *pcap = &ahpriv->ah_caps; in ar9300_ant_ctrl_apply()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c890 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar5416FillCapabilityInfo() local
891 HAL_CAPABILITIES *pCap = &ahpriv->ah_caps; in ar5416FillCapabilityInfo()
1030 ath_hal_eepromGet(ah, AR_EEP_RFSILENT, &ahpriv->ah_rfsilent) == HAL_OK) { in ar5416FillCapabilityInfo()
1032 ahpriv->ah_rfkillEnabled = AH_TRUE; in ar5416FillCapabilityInfo()
1043 ahpriv->ah_rxornIsFatal = AH_FALSE; in ar5416FillCapabilityInfo()
H A Dar5416_misc.c43 struct ath_hal_private *ahpriv = AH_PRIVATE(ah); in ar5416GetWirelessModes() local
44 HAL_CAPABILITIES *pCap = &ahpriv->ah_caps; in ar5416GetWirelessModes()