Home
last modified time | relevance | path

Searched refs:tssi_de_offset (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.h34 enum phl_phy_idx phy, u32 tssi_de_offset, u8 path);
H A Dhalrf_tssi_8852b.c2185 enum phl_phy_idx phy, u32 tssi_de_offset, u8 path) in halrf_set_tssi_de_offset_8852b() argument
2191 __func__, phy, tssi_de_offset, path); in halrf_set_tssi_de_offset_8852b()
2193 if (tssi_de_offset & BIT(7)) in halrf_set_tssi_de_offset_8852b()
2194 s_tssi_de_offset = tssi_de_offset | 0xffffff00; in halrf_set_tssi_de_offset_8852b()
2196 s_tssi_de_offset = tssi_de_offset; in halrf_set_tssi_de_offset_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.h34 enum phl_phy_idx phy, u32 tssi_de_offset, u8 path);
H A Dhalrf_tssi_8852b.c2185 enum phl_phy_idx phy, u32 tssi_de_offset, u8 path) in halrf_set_tssi_de_offset_8852b() argument
2191 __func__, phy, tssi_de_offset, path); in halrf_set_tssi_de_offset_8852b()
2193 if (tssi_de_offset & BIT(7)) in halrf_set_tssi_de_offset_8852b()
2194 s_tssi_de_offset = tssi_de_offset | 0xffffff00; in halrf_set_tssi_de_offset_8852b()
2196 s_tssi_de_offset = tssi_de_offset; in halrf_set_tssi_de_offset_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/test/mp/
H A Dhal_test_mp_txpwr.c169 PHL_INFO("%s: tssi_de_offset = %d\n", __FUNCTION__, arg->tssi_de_offset); in rtw_hal_mp_txpwr_set_tssi_offset()
171 hal_status = rtw_hal_rf_set_tssi_offset(mp->hal, mp->cur_phy,arg->tssi_de_offset,arg->rfpath); in rtw_hal_mp_txpwr_set_tssi_offset()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/test/mp/
H A Dhal_test_mp_txpwr.c169 PHL_INFO("%s: tssi_de_offset = %d\n", __FUNCTION__, arg->tssi_de_offset); in rtw_hal_mp_txpwr_set_tssi_offset()
171 hal_status = rtw_hal_rf_set_tssi_offset(mp->hal, mp->cur_phy,arg->tssi_de_offset,arg->rfpath); in rtw_hal_mp_txpwr_set_tssi_offset()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_rf.c209 …rtw_hal_rf_set_tssi_offset(struct hal_info_t *hal_info, u8 phy_idx, u32 tssi_de_offset, u8 rf_path) in rtw_hal_rf_set_tssi_offset() argument
215 halrf_set_tssi_de_offset(hal_info->rf, phy_idx, tssi_de_offset, rf_path); in rtw_hal_rf_set_tssi_offset()
942 …rtw_hal_rf_set_tssi_offset(struct hal_info_t *hal_info, u8 phy_idx, u32 tssi_de_offset, u8 rf_path) in rtw_hal_rf_set_tssi_offset() argument
H A Dhal_api_rf.h50 …tw_hal_rf_set_tssi_offset(struct hal_info_t *hal_info, u8 phy_idx, u32 tssi_de_offset, u8 rf_path);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_rf.c209 …rtw_hal_rf_set_tssi_offset(struct hal_info_t *hal_info, u8 phy_idx, u32 tssi_de_offset, u8 rf_path) in rtw_hal_rf_set_tssi_offset() argument
215 halrf_set_tssi_de_offset(hal_info->rf, phy_idx, tssi_de_offset, rf_path); in rtw_hal_rf_set_tssi_offset()
942 …rtw_hal_rf_set_tssi_offset(struct hal_info_t *hal_info, u8 phy_idx, u32 tssi_de_offset, u8 rf_path) in rtw_hal_rf_set_tssi_offset() argument
H A Dhal_api_rf.h50 …tw_hal_rf_set_tssi_offset(struct hal_info_t *hal_info, u8 phy_idx, u32 tssi_de_offset, u8 rf_path);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_ex.h94 void halrf_set_tssi_de_offset(void *rf_void, enum phl_phy_idx phy_idx, u32 tssi_de_offset, u8 path);
H A Dhalrf.c1304 void halrf_set_tssi_de_offset(void *rf_void, enum phl_phy_idx phy_idx, u32 tssi_de_offset, u8 path) in halrf_set_tssi_de_offset() argument
1312 halrf_set_tssi_de_offset_8852a(rf, phy_idx, tssi_de_offset, path); in halrf_set_tssi_de_offset()
1317 halrf_set_tssi_de_offset_8852b(rf, phy_idx, tssi_de_offset, path); in halrf_set_tssi_de_offset()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_ex.h94 void halrf_set_tssi_de_offset(void *rf_void, enum phl_phy_idx phy_idx, u32 tssi_de_offset, u8 path);
H A Dhalrf.c1304 void halrf_set_tssi_de_offset(void *rf_void, enum phl_phy_idx phy_idx, u32 tssi_de_offset, u8 path) in halrf_set_tssi_de_offset() argument
1312 halrf_set_tssi_de_offset_8852a(rf, phy_idx, tssi_de_offset, path); in halrf_set_tssi_de_offset()
1317 halrf_set_tssi_de_offset_8852b(rf, phy_idx, tssi_de_offset, path); in halrf_set_tssi_de_offset()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/mp/
H A Dphl_test_mp_def.h673 u32 tssi_de_offset; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/
H A Dphl_test_mp_def.h678 u32 tssi_de_offset; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_mp.h1298 u32 tssi_de_offset; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_mp.h1313 u32 tssi_de_offset; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mp.c3475 ptxpwr_arg.tssi_de_offset = tssi_offset; in rtw_mp_set_tssi_offset()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mp.c3620 ptxpwr_arg.tssi_de_offset = tssi_offset; in rtw_mp_set_tssi_offset()