Searched refs:txpwr_regd (Results 1 – 2 of 2) sorted by relevance
6976 u8 txpwr_regd[RTW89_BAND_NUM]; member8927 u8 txpwr_regd = regd->txpwr_regd[band]; in rtw89_regd_get() local8929 if (regulatory->txpwr_uk_follow_etsi && txpwr_regd == RTW89_UK) in rtw89_regd_get()8932 return txpwr_regd; in rtw89_regd_get()
1341 regd->txpwr_regd[RTW89_BAND_2G] = entry.rule_2ghz < RTW89_REGD_NUM ? in rtw89_regd_entcpy()1343 regd->txpwr_regd[RTW89_BAND_5G] = entry.rule_5ghz < RTW89_REGD_NUM ? in rtw89_regd_entcpy()1345 regd->txpwr_regd[RTW89_BAND_6G] = entry.rule_6ghz < RTW89_REGD_NUM ? in rtw89_regd_entcpy()