Searched refs:delta_pwr_idx (Results 1 – 2 of 2) sorted by relevance
1051 s8 delta_pwr_idx = dm_info->delta_power_index[RF_PATH_A]; in rtw8821c_txagc_swing_offset() local1061 if (delta_pwr_idx >= 0) { in rtw8821c_txagc_swing_offset()1062 if (delta_pwr_idx <= pwr_idx_offset) { in rtw8821c_txagc_swing_offset()1063 agc_index = delta_pwr_idx; in rtw8821c_txagc_swing_offset()1065 } else if (delta_pwr_idx > pwr_idx_offset) { in rtw8821c_txagc_swing_offset()1068 delta_pwr_idx - pwr_idx_offset; in rtw8821c_txagc_swing_offset()1071 } else if (delta_pwr_idx < 0) { in rtw8821c_txagc_swing_offset()1072 if (delta_pwr_idx >= pwr_idx_offset_lower) { in rtw8821c_txagc_swing_offset()1073 agc_index = delta_pwr_idx; in rtw8821c_txagc_swing_offset()1075 } else if (delta_pwr_idx < pwr_idx_offset_lower) { in rtw8821c_txagc_swing_offset()[all …]
1393 s8 delta_pwr_idx = dm_info->delta_power_index[path]; in rtw8822b_txagc_swing_offset() local1402 if (delta_pwr_idx >= 0) { in rtw8822b_txagc_swing_offset()1403 if (delta_pwr_idx <= tx_pwr_idx_offset) { in rtw8822b_txagc_swing_offset()1404 agc_index = delta_pwr_idx; in rtw8822b_txagc_swing_offset()1406 } else if (delta_pwr_idx > tx_pwr_idx_offset) { in rtw8822b_txagc_swing_offset()1409 delta_pwr_idx - tx_pwr_idx_offset; in rtw8822b_txagc_swing_offset()1413 if (dm_info->default_ofdm_index > abs(delta_pwr_idx)) in rtw8822b_txagc_swing_offset()1415 dm_info->default_ofdm_index + delta_pwr_idx; in rtw8822b_txagc_swing_offset()