Searched refs:CTRY_DEFAULT (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_regd.c | 114 if (cc == CTRY_DEFAULT) in ath9k_regd_is_ccode_valid() 243 return (CTRY_DEFAULT); in ath9k_regd_get_default_country() 287 if (regDmn == CTRY_DEFAULT) { in ath9k_regd_get_wmode_regdomain() 676 if (ah->ah_countryCode == CTRY_DEFAULT) { in ath9k_regd_init_channels() 678 if ((ah->ah_countryCode == CTRY_DEFAULT) && in ath9k_regd_init_channels() 679 (ath9k_regd_get_eepromRD(ah) == CTRY_DEFAULT)) { in ath9k_regd_init_channels() 685 if (ah->ah_countryCode == CTRY_DEFAULT) { in ath9k_regd_init_channels() 1002 if (ah->ah_countryCode == CTRY_DEFAULT && isWwrSKU(ah)) { in ath9k_regd_get_ctl() 1034 if (rd == CTRY_DEFAULT) in ath9k_regd_get_current_country()
|
H A D | arn_ath9k.h | 593 #define CTRY_DEFAULT 0 macro
|
H A D | arn_main.c | 733 regclassids, ATH_REGCLASSIDS_MAX, &nregclass, CTRY_DEFAULT, in arn_setup_channels() 739 rd, CTRY_DEFAULT)); in arn_setup_channels()
|
H A D | arn_regd_common.h | 542 {CTRY_DEFAULT, DEF_REGDMN, "NA", "NO_COUNTRY_SET", YES, YES, YES,
|
H A D | arn_hw.c | 510 ah->ah_countryCode = CTRY_DEFAULT; in ath9k_hw_newstate()
|
/titanic_50/usr/src/uts/common/io/mwl/ |
H A D | mwl_var.h | 804 CTRY_DEFAULT = 0, /* default */ enumerator
|
H A D | mwl.c | 1624 sc->sc_regdomain.country = CTRY_DEFAULT; in mwl_getchannels()
|
/titanic_50/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 556 CTRY_DEFAULT = 0 /* default country code */ enumerator
|
H A D | ath_main.c | 1969 int32_t ath_countrycode = CTRY_DEFAULT; /* country code */ in ath_attach()
|