| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/ |
| H A D | halrf_set_pwr_table_8852b.h | 48 void halrf_set_tx_shape_8852b(struct rf_info *rf, u8 tx_shape_idx);
|
| H A D | halrf_set_pwr_table_8852b.c | 1473 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 D | halrf_set_pwr_table_8852b.h | 48 void halrf_set_tx_shape_8852b(struct rf_info *rf, u8 tx_shape_idx);
|
| H A D | halrf_set_pwr_table_8852b.c | 1473 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 D | ioctl_mp.c | 937 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 D | halrf_ex.h | 217 void halrf_set_tx_shape(struct rf_info *rf, u8 tx_shape_idx);
|
| H A D | halrf.c | 1924 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 D | halrf_ex.h | 217 void halrf_set_tx_shape(struct rf_info *rf, u8 tx_shape_idx);
|
| H A D | halrf.c | 1924 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 D | rtw_mp.h | 467 u8 tx_shape_idx; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_mp.c | 96 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()
|