Lines Matching refs:temp_pwrlmt
1124 s8 temp_pwrlmt = 0; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() local
1130 temp_pwrlmt = rtlphy->txpwr_limit_5g[regulation] in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1132 if (temp_pwrlmt == MAX_POWER_INDEX) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1153 temp_pwrlmt); in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1295 s8 temp_value = 0, temp_pwrlmt = 0; in _rtl8812ae_phy_convert_txpower_limit_to_power_index() local
1327 temp_pwrlmt = rtlphy->txpwr_limit_2_4g[regulation] in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1340 if (temp_pwrlmt != MAX_POWER_INDEX) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1341 temp_value = temp_pwrlmt - bw40_pwr_base_dbm2_4G; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1351 [rate_section][channel][rf_path], (temp_pwrlmt == 63) in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1352 ? 0 : temp_pwrlmt/2, channel, rf_path, in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1388 temp_pwrlmt = rtlphy->txpwr_limit_5g[regulation] in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1404 if (temp_pwrlmt != MAX_POWER_INDEX) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1406 temp_pwrlmt - bw40_pwr_base_dbm5G; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1417 temp_pwrlmt, channel, rf_path, bw40_pwr_base_dbm5G); in _rtl8812ae_phy_convert_txpower_limit_to_power_index()