Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b_common.c727 u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][0] + in rtw8852bx_set_rxsc_rpl_comp()
728 gain->rpl_ofst_80[band][RF_PATH_B][0]) >> 1, B_P0_RTL2_80_MASK) | in rtw8852bx_set_rxsc_rpl_comp()
729 u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][1] + in rtw8852bx_set_rxsc_rpl_comp()
730 gain->rpl_ofst_80[band][RF_PATH_B][1]) >> 1, B_P0_RTL2_81_MASK) | in rtw8852bx_set_rxsc_rpl_comp()
731 u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][10] + in rtw8852bx_set_rxsc_rpl_comp()
732 gain->rpl_ofst_80[band][RF_PATH_B][10]) >> 1, B_P0_RTL2_8A_MASK); in rtw8852bx_set_rxsc_rpl_comp()
736 val = u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][2] + in rtw8852bx_set_rxsc_rpl_comp()
738 u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][3] + in rtw8852bx_set_rxsc_rpl_comp()
740 u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][4] + in rtw8852bx_set_rxsc_rpl_comp()
742 u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][9] + in rtw8852bx_set_rxsc_rpl_comp()
[all …]
H A Drtw8851b.c1022 u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][0], B_P0_RTL2_80_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1023 u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][1], B_P0_RTL2_81_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1024 u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][10], B_P0_RTL2_8A_MASK); in rtw8851b_set_rxsc_rpl_comp()
1028 val = u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][2], B_P0_RTL3_82_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1029 u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][3], B_P0_RTL3_83_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1030 u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][4], B_P0_RTL3_84_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1031 u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][9], B_P0_RTL3_89_MASK); in rtw8851b_set_rxsc_rpl_comp()
H A Dphy_be.c167 gain->rpl_ofst_80[gband][path][i] = data & 0xff; in rtw89_phy_cfg_bb_rpl_ofst_be()
H A Dphy.c1262 gain->rpl_ofst_80[gband][path][0] = (s8)data; in rtw89_phy_cfg_bb_rpl_ofst()
1267 gain->rpl_ofst_80[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
1273 gain->rpl_ofst_80[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
H A Dcore.h5439 s8 rpl_ofst_80[RTW89_BB_GAIN_BAND_NR][RF_PATH_MAX] member
5460 s8 rpl_ofst_80[RTW89_BB_GAIN_BAND_NR_BE][RF_PATH_MAX] member
H A Drtw8922a.c1042 val = gain->rpl_ofst_80[gain_band][path][i]; in rtw8922a_set_rpl_gain()