Home
last modified time | relevance | path

Searched refs:temp_pwrlmt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1132 s8 temp_pwrlmt = 0; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() local
1138 temp_pwrlmt = rtlphy->txpwr_limit_5g[regulation] in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1140 if (temp_pwrlmt == MAX_POWER_INDEX) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1161 temp_pwrlmt); in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1303 s8 temp_value = 0, temp_pwrlmt = 0; in _rtl8812ae_phy_convert_txpower_limit_to_power_index() local
1335 temp_pwrlmt = rtlphy->txpwr_limit_2_4g[regulation] in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1348 if (temp_pwrlmt != MAX_POWER_INDEX) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1349 temp_value = temp_pwrlmt - bw40_pwr_base_dbm2_4G; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1359 [rate_section][channel][rf_path], (temp_pwrlmt == 63) in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1360 ? 0 : temp_pwrlmt/ in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1131 s8 temp_pwrlmt = 0; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() local
1137 temp_pwrlmt = rtlphy->txpwr_limit_5g[regulation] in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1139 if (temp_pwrlmt == MAX_POWER_INDEX) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1160 temp_pwrlmt); in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1302 s8 temp_value = 0, temp_pwrlmt = 0; in _rtl8812ae_phy_convert_txpower_limit_to_power_index() local
1334 temp_pwrlmt = rtlphy->txpwr_limit_2_4g[regulation] in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1347 if (temp_pwrlmt != MAX_POWER_INDEX) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1348 temp_value = temp_pwrlmt - bw40_pwr_base_dbm2_4G; in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1358 [rate_section][channel][rf_path], (temp_pwrlmt == 63) in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1359 ? 0 : temp_pwrlmt/ in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
[all...]

Completed in 9 milliseconds