Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b_common.c717 u32_encode_bits((gain->rpl_ofst_40[band][RF_PATH_A][0] + in rtw8852bx_set_rxsc_rpl_comp()
718 gain->rpl_ofst_40[band][RF_PATH_B][0]) >> 1, B_P0_RPL1_40_MASK) | in rtw8852bx_set_rxsc_rpl_comp()
719 u32_encode_bits((gain->rpl_ofst_40[band][RF_PATH_A][1] + in rtw8852bx_set_rxsc_rpl_comp()
720 gain->rpl_ofst_40[band][RF_PATH_B][1]) >> 1, B_P0_RPL1_41_MASK); in rtw8852bx_set_rxsc_rpl_comp()
725 val = u32_encode_bits((gain->rpl_ofst_40[band][RF_PATH_A][2] + in rtw8852bx_set_rxsc_rpl_comp()
726 gain->rpl_ofst_40[band][RF_PATH_B][2]) >> 1, B_P0_RTL2_42_MASK) | in rtw8852bx_set_rxsc_rpl_comp()
H A Drtw8851b.c1015 u32_encode_bits(gain->rpl_ofst_40[band][RF_PATH_A][0], B_P0_RPL1_40_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1016 u32_encode_bits(gain->rpl_ofst_40[band][RF_PATH_A][1], B_P0_RPL1_41_MASK); in rtw8851b_set_rxsc_rpl_comp()
1021 val = u32_encode_bits(gain->rpl_ofst_40[band][RF_PATH_A][2], B_P0_RTL2_42_MASK) | in rtw8851b_set_rxsc_rpl_comp()
H A Dphy_be.c163 gain->rpl_ofst_40[gband][path][i] = data & 0xff; in rtw89_phy_cfg_bb_rpl_ofst_be()
H A Dcore.h5437 s8 rpl_ofst_40[RTW89_BB_GAIN_BAND_NR][RF_PATH_MAX] member
5458 s8 rpl_ofst_40[RTW89_BB_GAIN_BAND_NR_BE][RF_PATH_MAX] member
H A Drtw8922a.c1049 val = gain->rpl_ofst_40[gain_band][path][i]; in rtw8922a_set_rpl_gain()
H A Dphy.c1251 gain->rpl_ofst_40[gband][path][0] = (s8)data; in rtw89_phy_cfg_bb_rpl_ofst()
1256 gain->rpl_ofst_40[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()