Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b_common.c724 u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][0] + in rtw8852bx_set_rxsc_rpl_comp()
725 gain->rpl_ofst_80[band][RF_PATH_B][0]) >> 1, B_P0_RTL2_80_MASK) | in rtw8852bx_set_rxsc_rpl_comp()
726 u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][1] + in rtw8852bx_set_rxsc_rpl_comp()
727 gain->rpl_ofst_80[band][RF_PATH_B][1]) >> 1, B_P0_RTL2_81_MASK) | in rtw8852bx_set_rxsc_rpl_comp()
728 u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][10] + in rtw8852bx_set_rxsc_rpl_comp()
729 gain->rpl_ofst_80[band][RF_PATH_B][10]) >> 1, B_P0_RTL2_8A_MASK); in rtw8852bx_set_rxsc_rpl_comp()
733 val = u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][2] + in rtw8852bx_set_rxsc_rpl_comp()
734 gain->rpl_ofst_80[band][RF_PATH_B][2]) >> 1, B_P0_RTL3_82_MASK) | in rtw8852bx_set_rxsc_rpl_comp()
735 u32_encode_bits((gain->rpl_ofst_80[band][RF_PATH_A][3] + in rtw8852bx_set_rxsc_rpl_comp()
736 gain->rpl_ofst_80[band][RF_PATH_B][3]) >> 1, B_P0_RTL3_83_MASK) | in rtw8852bx_set_rxsc_rpl_comp()
[all …]
H A Drtw8851b.c1156 u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][0], B_P0_RTL2_80_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1157 u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][1], B_P0_RTL2_81_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1158 u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][10], B_P0_RTL2_8A_MASK); in rtw8851b_set_rxsc_rpl_comp()
1162 val = u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][2], B_P0_RTL3_82_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1163 u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][3], B_P0_RTL3_83_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1164 u32_encode_bits(gain->rpl_ofst_80[band][RF_PATH_A][4], B_P0_RTL3_84_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1165 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.c343 gain->rpl_ofst_80[gband][path][i] = data & 0xff; in rtw89_phy_cfg_bb_rpl_ofst_be()
H A Dphy.c1463 gain->rpl_ofst_80[gband][path][0] = (s8)data; in rtw89_phy_cfg_bb_rpl_ofst()
1468 gain->rpl_ofst_80[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
1474 gain->rpl_ofst_80[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
H A Dcore.h7268 s8 rpl_ofst_80[RTW89_BB_GAIN_BAND_NR][RF_PATH_MAX] member
7289 s8 rpl_ofst_80[RTW89_BB_GAIN_BAND_NR_BE][RF_PATH_MAX] member
H A Drtw8922a.c1297 val = gain->rpl_ofst_80[gain_band][path][i]; in rtw8922a_set_rpl_gain()
H A Drtw8922d.c1448 val = gain->rpl_ofst_80[gain_band][path][i]; in rtw8922d_set_rpl_gain()
H A Dfw.c3446 gain->rpl_ofst_80[gain_band][path], in rtw89_bb_lps_cmn_info_rx_gain_fill()