Home
last modified time | relevance | path

Searched refs:ah_currentRD (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_attach.c533 AH_PRIVATE(ah)->ah_currentRD = eeval; in ar5212Attach()
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()
Dar5212_misc.c84 if (AH_PRIVATE(ah)->ah_currentRD == regDomain) { in ar5212SetRegulatoryDomain()
97 AH_PRIVATE(ah)->ah_currentRD = regDomain; in ar5212SetRegulatoryDomain()
/freebsd-12-stable/tools/tools/ath/athrd/
Dathrd.c983 *result = AH_PRIVATE(ah)->ah_currentRD; in getCapability()
1165 ahp.ah_currentRD = rd; in main()
1176 ahp.ah_currentRD = rd; in main()
1187 ahp.ah_currentRD = rd; in main()
1198 ahp.ah_currentRD = rd; in main()
1209 ahp.ah_currentRD = rd; in main()
1220 ahp.ah_currentRD = rd; in main()
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah_regdomain.c137 return AH_PRIVATE(ah)->ah_currentRD &~ WORLDWIDE_ROAMING_FLAG; in getEepromRD()
828 assignPrivateChannels(ah, chans, *nchans, AH_PRIVATE(ah)->ah_currentRD)) { in ath_hal_init_channels()
874 rd = AH_PRIVATE(ah)->ah_currentRD; in ath_hal_set_channels()
Dah.c709 *result = AH_PRIVATE(ah)->ah_currentRD; in ath_hal_getcapability()
935 AH_PRIVATE(ah)->ah_currentRD = setting; in ath_hal_setcapability()
Dah_internal.h413 HAL_REG_DOMAIN ah_currentRD; /* EEPROM regulatory domain */ member
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_misc.c106 if (AH_PRIVATE(ah)->ah_currentRD == regDomain) { in ar5211SetRegulatoryDomain()
124 AH_PRIVATE(ah)->ah_currentRD = regDomain; in ar5211SetRegulatoryDomain()
Dar5211_attach.c347 AH_PRIVATE(ah)->ah_currentRD = eeval; in ar5211Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9001/
Dar9130_attach.c241 AH_PRIVATE(ah)->ah_currentRD = in ar9130Attach()
Dar9160_attach.c268 AH_PRIVATE(ah)->ah_currentRD = in ar9160Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5312/
Dar5312_attach.c243 AH_PRIVATE(ah)->ah_currentRD = eeval; in ar5312Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_reset.c758 if (AH_PRIVATE(ah)->ah_currentRD == ee->ee_regDomain[rd]) in setupPowerSettings()
765 AH_PRIVATE(ah)->ah_currentRD); in setupPowerSettings()
Dar5210_attach.c272 AH_PRIVATE(ah)->ah_currentRD = eeval; in ar5210Attach()
Dar5210_misc.c103 if (AH_PRIVATE(ah)->ah_currentRD == regDomain) { in ar5210SetRegulatoryDomain()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
Dar9287_attach.c335 AH_PRIVATE(ah)->ah_currentRD = in ar9287Attach()
Dar9285_attach.c363 AH_PRIVATE(ah)->ah_currentRD = in ar9285Attach()
Dar9280_attach.c390 AH_PRIVATE(ah)->ah_currentRD = in ar9280Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_attach.c448 AH_PRIVATE(ah)->ah_currentRD = in ar5416Attach()
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_attach.c2683 AH_PRIVATE(ah)->ah_currentRD = regdmn; in ar9300_regulatory_domain_override()
2705 AH_PRIVATE(ah)->ah_currentRD = eeval; in ar9300_fill_capability_info()
Dar9300_misc.c145 if (AH_PRIVATE(ah)->ah_currentRD == 0) { in ar9300_set_regulatory_domain()
146 AH_PRIVATE(ah)->ah_currentRD = reg_domain; in ar9300_set_regulatory_domain()