Home
last modified time | relevance | path

Searched refs:tx_shape_idx (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_set_pwr_table_8852b.h48 void halrf_set_tx_shape_8852b(struct rf_info *rf, u8 tx_shape_idx);
H A Dhalrf_set_pwr_table_8852b.c1473 void halrf_set_tx_shape_8852b(struct rf_info *rf, u8 tx_shape_idx) in halrf_set_tx_shape_8852b() argument
1480 __func__, ch, tx_shape_idx); in halrf_set_tx_shape_8852b()
1482 tpu->tx_ptrn_shap_idx = tx_shape_idx; in halrf_set_tx_shape_8852b()
1484 if (tx_shape_idx == 255) { in halrf_set_tx_shape_8852b()
1492 halrf_bb_set_pow_patten_sharp(rf, ch, true, tx_shape_idx, 0); /*cck*/ in halrf_set_tx_shape_8852b()
1493 pwr->set_tx_ptrn_shap_idx[PW_LMT_BAND_2_4G][TX_SHAPE_CCK] = tx_shape_idx; in halrf_set_tx_shape_8852b()
1496 halrf_bb_set_pow_patten_sharp(rf, ch, false, tx_shape_idx, 0); /*ofdm*/ in halrf_set_tx_shape_8852b()
1499 pwr->set_tx_ptrn_shap_idx[PW_LMT_BAND_2_4G][TX_SHAPE_OFDM] = tx_shape_idx; in halrf_set_tx_shape_8852b()
1501 pwr->set_tx_ptrn_shap_idx[PW_LMT_BAND_5G][TX_SHAPE_OFDM] = 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.h48 void halrf_set_tx_shape_8852b(struct rf_info *rf, u8 tx_shape_idx);
H A Dhalrf_set_pwr_table_8852b.c1473 void halrf_set_tx_shape_8852b(struct rf_info *rf, u8 tx_shape_idx) in halrf_set_tx_shape_8852b() argument
1480 __func__, ch, tx_shape_idx); in halrf_set_tx_shape_8852b()
1482 tpu->tx_ptrn_shap_idx = tx_shape_idx; in halrf_set_tx_shape_8852b()
1484 if (tx_shape_idx == 255) { in halrf_set_tx_shape_8852b()
1492 halrf_bb_set_pow_patten_sharp(rf, ch, true, tx_shape_idx, 0); /*cck*/ in halrf_set_tx_shape_8852b()
1493 pwr->set_tx_ptrn_shap_idx[PW_LMT_BAND_2_4G][TX_SHAPE_CCK] = tx_shape_idx; in halrf_set_tx_shape_8852b()
1496 halrf_bb_set_pow_patten_sharp(rf, ch, false, tx_shape_idx, 0); /*ofdm*/ in halrf_set_tx_shape_8852b()
1499 pwr->set_tx_ptrn_shap_idx[PW_LMT_BAND_2_4G][TX_SHAPE_OFDM] = tx_shape_idx; in halrf_set_tx_shape_8852b()
1501 pwr->set_tx_ptrn_shap_idx[PW_LMT_BAND_5G][TX_SHAPE_OFDM] = tx_shape_idx; in halrf_set_tx_shape_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dioctl_mp.c937 u8 tx_shape_idx = 255; in rtw_mp_ctx() local
979 if (sscanf(extra, "tx_shape=%hhd", &tx_shape_idx) > 0) in rtw_mp_ctx()
980 RTW_INFO("tx_shape=%d\n", tx_shape_idx); in rtw_mp_ctx()
1022 } else if (tx_shape_idx != 255) { in rtw_mp_ctx()
1023 padapter->mppriv.tx_shape_idx = tx_shape_idx; in rtw_mp_ctx()
1026 sprintf(extra, "tx_shape idx = %d\n", tx_shape_idx); in rtw_mp_ctx()
1028 sprintf(extra, "tx_shape %d Error\n", tx_shape_idx); in rtw_mp_ctx()
1030 RTW_INFO("in tx_shape=%d\n", tx_shape_idx); in rtw_mp_ctx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_ex.h217 void halrf_set_tx_shape(struct rf_info *rf, u8 tx_shape_idx);
H A Dhalrf.c1924 void halrf_set_tx_shape(struct rf_info *rf, u8 tx_shape_idx) in halrf_set_tx_shape() argument
1931 halrf_set_tx_shape_8852b(rf, tx_shape_idx); in halrf_set_tx_shape()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_ex.h217 void halrf_set_tx_shape(struct rf_info *rf, u8 tx_shape_idx);
H A Dhalrf.c1924 void halrf_set_tx_shape(struct rf_info *rf, u8 tx_shape_idx) in halrf_set_tx_shape() argument
1931 halrf_set_tx_shape_8852b(rf, tx_shape_idx); in halrf_set_tx_shape()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_mp.h467 u8 tx_shape_idx; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mp.c96 pmp_priv->tx_shape_idx = 255; in _init_mp_priv_()
3668 ptxpwr_arg.sharp_id = pmppriv->tx_shape_idx; in rtw_mp_set_tx_shape_idx()