Home
last modified time | relevance | path

Searched refs:countryCode (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah_regdomain.c169 if (allCountries[i].countryCode == cc) in isEepromValid()
191 findCountry(HAL_CTRY_CODE countryCode) in findCountry() argument
196 if (allCountries[i].countryCode == countryCode) in findCountry()
297 if (country->countryCode == CTRY_DEFAULT) { in getregstate()
332 __func__, regDmn, country->countryCode); in getregstate()
339 __func__, regpair->regDmn5GHz, country->countryCode); in getregstate()
346 __func__, regpair->regDmn2GHz, country->countryCode); in getregstate()
354 __func__, regDmn, country->countryCode); in getregstate()
832 ah->ah_countryCode = country->countryCode; in ath_hal_init_channels()
881 ah->ah_countryCode = country->countryCode; in ath_hal_set_channels()
Dah_regdomain.h111 HAL_CTRY_CODE countryCode; member
/freebsd-12-stable/sys/dev/usb/wlan/
Dif_uathvar.h119 uint32_t countryCode; member
Dif_uath.c841 GETCAP(CAP_COUNTRY_CODE, cap->countryCode); in uath_get_devcap()
/freebsd-12-stable/tools/tools/ath/athrd/
Dathrd.c574 HAL_CTRY_CODE countryCode; member
733 *cc = allCountries[i].countryCode; in cclookup()
745 if (allCountries[i].countryCode == cc) in getccname()
756 if (allCountries[i].countryCode == cc) in getccisoname()
/freebsd-12-stable/sys/dev/mwl/
Dmwlhal.h657 int mwl_hal_getregioncode(struct mwl_hal *mh, uint8_t *countryCode);
Dmwlhal.c2152 mwl_hal_getregioncode(struct mwl_hal *mh0, uint8_t *countryCode) in mwl_hal_getregioncode() argument
2162 *countryCode = pCmd->calTbl[16]; in mwl_hal_getregioncode()