Searched refs:txpwr_regd (Results 1 – 3 of 3) sorted by relevance
16 .txpwr_regd[RTW89_BAND_2G] = _rule_2ghz, \17 .txpwr_regd[RTW89_BAND_5G] = _rule_5ghz, \18 .txpwr_regd[RTW89_BAND_6G] = _rule_6ghz, \354 __r->txpwr_regd[RTW89_BAND_2G], \355 __r->txpwr_regd[RTW89_BAND_5G], \356 __r->txpwr_regd[RTW89_BAND_6G]); \794 if (regd->txpwr_regd[RTW89_BAND_6G] != RTW89_NA) in regd_is_6ghz_not_applicable()
5384 u8 txpwr_regd[RTW89_BAND_NUM]; member 7086 u8 txpwr_regd = regd->txpwr_regd[band]; in rtw89_regd_get() local 7088 if (regulatory->txpwr_uk_follow_etsi && txpwr_regd == RTW89_UK) in rtw89_regd_get() 7091 return txpwr_regd; in rtw89_regd_get()
1210 regd->txpwr_regd[RTW89_BAND_2G] = entry.rule_2ghz < RTW89_REGD_NUM ? in rtw89_regd_entcpy() 1212 regd->txpwr_regd[RTW89_BAND_5G] = entry.rule_5ghz < RTW89_REGD_NUM ? in rtw89_regd_entcpy() 1214 regd->txpwr_regd[RTW89_BAND_6G] = entry.rule_6ghz < RTW89_REGD_NUM ? in rtw89_regd_entcpy()