Searched refs:RTW89_REGD_MAX_COUNTRY_NUM (Results 1 – 3 of 3) sorted by relevance
332 BUILD_BUG_ON(ARRAY_SIZE(rtw89_regd_map) > RTW89_REGD_MAX_COUNTRY_NUM); in rtw89_regd_get_index()335 return RTW89_REGD_MAX_COUNTRY_NUM; in rtw89_regd_get_index()382 bitmap_fill(regulatory->block_unii4, RTW89_REGD_MAX_COUNTRY_NUM); in rtw89_regd_setup_unii4()426 if (index == RTW89_REGD_MAX_COUNTRY_NUM) { in __rtw89_regd_setup_policy_6ghz()464 bitmap_fill(regulatory->block_6ghz, RTW89_REGD_MAX_COUNTRY_NUM); in rtw89_regd_setup_policy_6ghz()521 bitmap_fill(regulatory->block_6ghz_sp, RTW89_REGD_MAX_COUNTRY_NUM); in rtw89_regd_setup_policy_6ghz_sp()666 if (index != RTW89_REGD_MAX_COUNTRY_NUM && in rtw89_regd_apply_policy_unii4()684 if (index != RTW89_REGD_MAX_COUNTRY_NUM && in regd_is_6ghz_blocked()982 if (index == RTW89_REGD_MAX_COUNTRY_NUM || in __rtw89_reg_6ghz_power_recalc()
5201 #define RTW89_REGD_MAX_COUNTRY_NUM U8_MAX macro5210 DECLARE_BITMAP(block_unii4, RTW89_REGD_MAX_COUNTRY_NUM);5211 DECLARE_BITMAP(block_6ghz, RTW89_REGD_MAX_COUNTRY_NUM);5212 DECLARE_BITMAP(block_6ghz_sp, RTW89_REGD_MAX_COUNTRY_NUM);
1234 if (num_ents > RTW89_REGD_MAX_COUNTRY_NUM) { in rtw89_recognize_regd_from_elm()1237 num_ents, RTW89_REGD_MAX_COUNTRY_NUM); in rtw89_recognize_regd_from_elm()