Home
last modified time | relevance | path

Searched refs:tpt_offset (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/rtl8723b/
H A Drtl8723b_phycfg.c854 s8 by_rate_diff = 0, limit = 0, tpt_offset = 0, extra_bias = 0; in PHY_GetTxPowerIndex_8723B() local
862 tpt_offset = PHY_GetTxPowerTrackingOffset(pAdapter, RFPath, Rate); in PHY_GetTxPowerIndex_8723B()
869 tic->tpt = tpt_offset; in PHY_GetTxPowerIndex_8723B()
874 power_idx = base_idx + by_rate_diff + tpt_offset + extra_bias; in PHY_GetTxPowerIndex_8723B()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/
H A Drtl8188e_phycfg.c1343 s8 by_rate_diff = 0, limit = 0, tpt_offset = 0, extra_bias = 0; in PHY_GetTxPowerIndex_8188E() local
1351 tpt_offset = PHY_GetTxPowerTrackingOffset(pAdapter, RFPath, Rate); in PHY_GetTxPowerIndex_8188E()
1357 txpwr_idx_comp_set(tic, RF_1TX, pg, by_rate_diff, limit, tpt_offset, extra_bias, 0, 0); in PHY_GetTxPowerIndex_8188E()
1360 power_idx = pg + by_rate_diff + tpt_offset + extra_bias; in PHY_GetTxPowerIndex_8188E()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/rtl8188f/
H A Drtl8188f_phycfg.c789 s8 by_rate_diff = 0, limit = 0, tpt_offset = 0; in PHY_GetTxPowerIndex_8188F() local
797 tpt_offset = PHY_GetTxPowerTrackingOffset(pAdapter, RFPath, Rate); in PHY_GetTxPowerIndex_8188F()
800 txpwr_idx_comp_set(tic, RF_1TX, pg, by_rate_diff, limit, tpt_offset, 0, 0, 0); in PHY_GetTxPowerIndex_8188F()
803 power_idx = pg + by_rate_diff + tpt_offset; in PHY_GetTxPowerIndex_8188F()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/rtl8188f/
H A Drtl8188f_phycfg.c848 s8 by_rate_diff = 0, limit = 0, tpt_offset = 0, extra_bias = 0, by_btc_diff = 0; in PHY_GetTxPowerIndex_8188F() local
856 tpt_offset = PHY_GetTxPowerTrackingOffset(pAdapter, RFPath, Rate); in PHY_GetTxPowerIndex_8188F()
863 tic->tpt = tpt_offset; in PHY_GetTxPowerIndex_8188F()
869 power_idx = pg + by_rate_diff + tpt_offset + extra_bias; in PHY_GetTxPowerIndex_8188F()