Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b_common.c714 u32_encode_bits((gain->rpl_ofst_40[band][RF_PATH_A][0] + in rtw8852bx_set_rxsc_rpl_comp()
715 gain->rpl_ofst_40[band][RF_PATH_B][0]) >> 1, B_P0_RPL1_40_MASK) | in rtw8852bx_set_rxsc_rpl_comp()
716 u32_encode_bits((gain->rpl_ofst_40[band][RF_PATH_A][1] + in rtw8852bx_set_rxsc_rpl_comp()
717 gain->rpl_ofst_40[band][RF_PATH_B][1]) >> 1, B_P0_RPL1_41_MASK); in rtw8852bx_set_rxsc_rpl_comp()
722 val = u32_encode_bits((gain->rpl_ofst_40[band][RF_PATH_A][2] + in rtw8852bx_set_rxsc_rpl_comp()
723 gain->rpl_ofst_40[band][RF_PATH_B][2]) >> 1, B_P0_RTL2_42_MASK) | in rtw8852bx_set_rxsc_rpl_comp()
H A Drtw8851b.c1149 u32_encode_bits(gain->rpl_ofst_40[band][RF_PATH_A][0], B_P0_RPL1_40_MASK) | in rtw8851b_set_rxsc_rpl_comp()
1150 u32_encode_bits(gain->rpl_ofst_40[band][RF_PATH_A][1], B_P0_RPL1_41_MASK); in rtw8851b_set_rxsc_rpl_comp()
1155 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.c339 gain->rpl_ofst_40[gband][path][i] = data & 0xff; in rtw89_phy_cfg_bb_rpl_ofst_be()
H A Dcore.h7266 s8 rpl_ofst_40[RTW89_BB_GAIN_BAND_NR][RF_PATH_MAX] member
7287 s8 rpl_ofst_40[RTW89_BB_GAIN_BAND_NR_BE][RF_PATH_MAX] member
H A Drtw8922a.c1304 val = gain->rpl_ofst_40[gain_band][path][i]; in rtw8922a_set_rpl_gain()
H A Drtw8922d.c1455 val = gain->rpl_ofst_40[gain_band][path][i]; in rtw8922d_set_rpl_gain()
H A Dphy.c1452 gain->rpl_ofst_40[gband][path][0] = (s8)data; in rtw89_phy_cfg_bb_rpl_ofst()
1457 gain->rpl_ofst_40[gband][path][rxsc] = ofst; in rtw89_phy_cfg_bb_rpl_ofst()
H A Dfw.c3443 gain->rpl_ofst_40[gain_band][path], in rtw89_bb_lps_cmn_info_rx_gain_fill()