Lines Matching refs:bw

988 	u8 regulation, bw, channel, rate_section;  in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()  local
992 for (bw = 0; bw < MAX_5G_BANDWITH_NUM; ++bw) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
996 [bw][rate_section][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
998 if (bw == 0 || bw == 1) { /*5G 20M 40M VHT and HT can cross reference*/ in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1001 1, bw, rate_section, channel, RF90_PATH_A); in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1003 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1004 rtlphy->txpwr_limit_5g[regulation][bw][4][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1006 rtlphy->txpwr_limit_5g[regulation][bw][4][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1007 rtlphy->txpwr_limit_5g[regulation][bw][2][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1009 rtlphy->txpwr_limit_5g[regulation][bw][3][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1010 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1012 rtlphy->txpwr_limit_5g[regulation][bw][5][channel][RF90_PATH_A] = in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1013 rtlphy->txpwr_limit_5g[regulation][bw][3][channel][RF90_PATH_A]; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1155 u8 regulation, bw, channel, rate_section; in _rtl8812ae_phy_convert_txpower_limit_to_power_index() local
1167 for (bw = 0; bw < MAX_2_4G_BANDWITH_NUM; ++bw) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1191 [bw][rate_section][channel][RF90_PATH_A]; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1206 [bw][rate_section][channel][rf_path] = in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1212 regulation, bw, rate_section, channel, in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1213 rtlphy->txpwr_limit_2_4g[regulation][bw] in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1223 for (bw = 0; bw < MAX_5G_BANDWITH_NUM; ++bw) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1252 [bw][rate_section][channel] in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1271 [bw][rate_section][channel] in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1277 regulation, bw, rate_section, in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1279 [bw][rate_section][channel][rf_path], in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
3204 u8 bw, u8 channel, u8 path) in _rtl8821ae_phy_txpower_training_by_path() argument
3219 DESC_RATEMCS7, bw, channel); in _rtl8821ae_phy_txpower_training_by_path()
3224 DESC_RATEMCS7, bw, channel); in _rtl8821ae_phy_txpower_training_by_path()
3370 static void _rtl8821ae_phy_set_reg_bw(struct rtl_priv *rtlpriv, u8 bw) in _rtl8821ae_phy_set_reg_bw() argument
3375 switch (bw) { in _rtl8821ae_phy_set_reg_bw()
3388 RT_TRACE(rtlpriv, COMP_ERR, DBG_WARNING, "unknown Bandwidth: 0x%x\n", bw); in _rtl8821ae_phy_set_reg_bw()