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

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1124 s8 temp_pwrlmt = 0; local
1130 temp_pwrlmt = rtlphy->txpwr_limit_5g[regulation]
1132 if (temp_pwrlmt == MAX_POWER_INDEX) {
1153 temp_pwrlmt);
1295 s8 temp_value = 0, temp_pwrlmt = 0; local
1327 temp_pwrlmt = rtlphy->txpwr_limit_2_4g[regulation]
1340 if (temp_pwrlmt != MAX_POWER_INDEX) {
1341 temp_value = temp_pwrlmt - bw40_pwr_base_dbm2_4G;
1351 [rate_section][channel][rf_path], (temp_pwrlmt == 63)
1352 ? 0 : temp_pwrlmt/
[all...]

Completed in 206 milliseconds