Home
last modified time | relevance | path

Searched refs:tx_ptrn_shap_idx (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_ul_tb_ctrl.c38 tpu->tx_ptrn_shap_idx = bb_ul_tb->def_tri_idx; in halbb_ul_tb_reset()
52 bb_ul_tb->def_tri_idx = tpu->tx_ptrn_shap_idx; in halbb_ul_tb_chk()
133 tpu->tx_ptrn_shap_idx = 0; in halbb_ul_tb_ctrl()
136 tpu->tx_ptrn_shap_idx = bb_ul_tb->def_tri_idx; in halbb_ul_tb_ctrl()
137 BB_DBG(bb, DBG_UL_TB_CTRL, "Default tx_ptrn_shap_idx = %d\n", tpu->tx_ptrn_shap_idx); in halbb_ul_tb_ctrl()
H A Dhalbb_pwr_ctrl.c947 tpu->tx_ptrn_shap_idx = (u8)val[1]; in halbb_pwr_dbg()
951 "[Tx Shap] ch=%d, shap_idx=%d\n", val[0], tpu->tx_ptrn_shap_idx); in halbb_pwr_dbg()
H A Dhalbb_api.c1735 u8 shape_idx = tpu->tx_ptrn_shap_idx; in halbb_set_tx_pow_pattern_shap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_ul_tb_ctrl.c38 tpu->tx_ptrn_shap_idx = bb_ul_tb->def_tri_idx; in halbb_ul_tb_reset()
52 bb_ul_tb->def_tri_idx = tpu->tx_ptrn_shap_idx; in halbb_ul_tb_chk()
133 tpu->tx_ptrn_shap_idx = 0; in halbb_ul_tb_ctrl()
136 tpu->tx_ptrn_shap_idx = bb_ul_tb->def_tri_idx; in halbb_ul_tb_ctrl()
137 BB_DBG(bb, DBG_UL_TB_CTRL, "Default tx_ptrn_shap_idx = %d\n", tpu->tx_ptrn_shap_idx); in halbb_ul_tb_ctrl()
H A Dhalbb_pwr_ctrl.c947 tpu->tx_ptrn_shap_idx = (u8)val[1]; in halbb_pwr_dbg()
951 "[Tx Shap] ch=%d, shap_idx=%d\n", val[0], tpu->tx_ptrn_shap_idx); in halbb_pwr_dbg()
H A Dhalbb_api.c1735 u8 shape_idx = tpu->tx_ptrn_shap_idx; in halbb_set_tx_pow_pattern_shap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_set_pwr_table_8852b.c906 tpu->tx_ptrn_shap_idx, PW_LMT_BAND_2_4G, reg, in _halrf_set_tx_shape_8852b()
911 tpu->tx_ptrn_shap_idx = pwr->tx_shap_idx[PW_LMT_BAND_2_4G][TX_SHAPE_CCK][reg]; in _halrf_set_tx_shape_8852b()
919 tpu->tx_ptrn_shap_idx, ch); in _halrf_set_tx_shape_8852b()
921 tpu->tx_ptrn_shap_idx = pwr->tx_shap_idx[PW_LMT_BAND_2_4G][TX_SHAPE_OFDM][reg]; in _halrf_set_tx_shape_8852b()
930 tpu->tx_ptrn_shap_idx, ch); in _halrf_set_tx_shape_8852b()
936 tpu->tx_ptrn_shap_idx, PW_LMT_BAND_5G, reg, in _halrf_set_tx_shape_8852b()
939 tpu->tx_ptrn_shap_idx = pwr->tx_shap_idx[PW_LMT_BAND_5G][TX_SHAPE_OFDM][reg]; in _halrf_set_tx_shape_8852b()
948 tpu->tx_ptrn_shap_idx, ch); in _halrf_set_tx_shape_8852b()
1482 tpu->tx_ptrn_shap_idx = tx_shape_idx; in halrf_set_tx_shape_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_set_pwr_table_8852b.c906 tpu->tx_ptrn_shap_idx, PW_LMT_BAND_2_4G, reg, in _halrf_set_tx_shape_8852b()
911 tpu->tx_ptrn_shap_idx = pwr->tx_shap_idx[PW_LMT_BAND_2_4G][TX_SHAPE_CCK][reg]; in _halrf_set_tx_shape_8852b()
919 tpu->tx_ptrn_shap_idx, ch); in _halrf_set_tx_shape_8852b()
921 tpu->tx_ptrn_shap_idx = pwr->tx_shap_idx[PW_LMT_BAND_2_4G][TX_SHAPE_OFDM][reg]; in _halrf_set_tx_shape_8852b()
930 tpu->tx_ptrn_shap_idx, ch); in _halrf_set_tx_shape_8852b()
936 tpu->tx_ptrn_shap_idx, PW_LMT_BAND_5G, reg, in _halrf_set_tx_shape_8852b()
939 tpu->tx_ptrn_shap_idx = pwr->tx_shap_idx[PW_LMT_BAND_5G][TX_SHAPE_OFDM][reg]; in _halrf_set_tx_shape_8852b()
948 tpu->tx_ptrn_shap_idx, ch); in _halrf_set_tx_shape_8852b()
1482 tpu->tx_ptrn_shap_idx = tx_shape_idx; in halrf_set_tx_shape_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_def.h989 u8 tx_ptrn_shap_idx; member
H A Dhal_api_bb.c1539 tpu->tx_ptrn_shap_idx = sharp_id; in rtw_hal_bb_set_pow_patten_sharp()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_def.h990 u8 tx_ptrn_shap_idx; member
H A Dhal_api_bb.c1539 tpu->tx_ptrn_shap_idx = sharp_id; in rtw_hal_bb_set_pow_patten_sharp()