Home
last modified time | relevance | path

Searched refs:tx_bb_swing_index (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/phydm/rtl8822b/
Dhalphyrf_8822b.c30 u8 tx_bb_swing_index = cali_info->default_ofdm_index; in get_mix_mode_tx_agc_bb_swing_offset_8822b() local
45 tx_bb_swing_index = cali_info->default_ofdm_index; in get_mix_mode_tx_agc_bb_swing_offset_8822b()
52 tx_bb_swing_index = cali_info->default_ofdm_index + in get_mix_mode_tx_agc_bb_swing_offset_8822b()
55 if (tx_bb_swing_index > bb_swing_upper_bound) in get_mix_mode_tx_agc_bb_swing_offset_8822b()
56 tx_bb_swing_index = bb_swing_upper_bound; in get_mix_mode_tx_agc_bb_swing_offset_8822b()
62 tx_bb_swing_index = in get_mix_mode_tx_agc_bb_swing_offset_8822b()
66 tx_bb_swing_index = bb_swing_lower_bound; in get_mix_mode_tx_agc_bb_swing_offset_8822b()
68 if (tx_bb_swing_index < bb_swing_lower_bound) in get_mix_mode_tx_agc_bb_swing_offset_8822b()
69 tx_bb_swing_index = bb_swing_lower_bound; in get_mix_mode_tx_agc_bb_swing_offset_8822b()
73 cali_info->bb_swing_idx_ofdm[rf_path] = tx_bb_swing_index; in get_mix_mode_tx_agc_bb_swing_offset_8822b()