Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b.c1015 enum rtw89_gain_offset gain_ofdm_band; in rtw8852b_set_gain_offset() local
1034 gain_ofdm_band = rtw89_subband_to_gain_offset_band_of_ofdm(subband); in rtw8852b_set_gain_offset()
1036 offset_a = -efuse_gain->offset[RF_PATH_A][gain_ofdm_band]; in rtw8852b_set_gain_offset()
1037 offset_b = -efuse_gain->offset[RF_PATH_B][gain_ofdm_band]; in rtw8852b_set_gain_offset()
1048 offset_ofdm = -efuse_gain->offset[RF_PATH_B][gain_ofdm_band]; in rtw8852b_set_gain_offset()
1051 offset_ofdm = -efuse_gain->offset[RF_PATH_A][gain_ofdm_band]; in rtw8852b_set_gain_offset()
H A Drtw8851b.c926 enum rtw89_gain_offset gain_ofdm_band; in rtw8851b_set_gain_offset() local
945 gain_ofdm_band = rtw89_subband_to_gain_offset_band_of_ofdm(subband); in rtw8851b_set_gain_offset()
947 offset_a = -efuse_gain->offset[RF_PATH_A][gain_ofdm_band]; in rtw8851b_set_gain_offset()
953 offset_ofdm = -efuse_gain->offset[RF_PATH_A][gain_ofdm_band]; in rtw8851b_set_gain_offset()