Home
last modified time | relevance | path

Searched refs:by_rate_diff (Results 1 – 5 of 5) 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
859 by_rate_diff = PHY_GetTxPowerByRate(pAdapter, BAND_ON_2_4G, RF_PATH_A, Rate); in PHY_GetTxPowerIndex_8723B()
867 tic->by_rate = by_rate_diff; in PHY_GetTxPowerIndex_8723B()
873 by_rate_diff = by_rate_diff > limit ? limit : by_rate_diff; 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
1348 by_rate_diff = PHY_GetTxPowerByRate(pAdapter, BAND_ON_2_4G, 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()
1359 by_rate_diff = by_rate_diff > limit ? limit : by_rate_diff; 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
794 by_rate_diff = PHY_GetTxPowerByRate(pAdapter, BAND_ON_2_4G, 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()
802 by_rate_diff = by_rate_diff > limit ? limit : by_rate_diff; 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
853 by_rate_diff = PHY_GetTxPowerByRate(pAdapter, BAND_ON_2_4G, RF_PATH_A, Rate); in PHY_GetTxPowerIndex_8188F()
861 tic->by_rate = by_rate_diff; in PHY_GetTxPowerIndex_8188F()
868 by_rate_diff = by_rate_diff > limit ? limit : by_rate_diff; in PHY_GetTxPowerIndex_8188F()
869 power_idx = pg + by_rate_diff + tpt_offset + extra_bias; in PHY_GetTxPowerIndex_8188F()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_phycfg.c1555 s8 by_rate_diff = 0, txPower = 0, limit = 0, track_diff = 0, extra_bias = 0; in PHY_GetTxPowerIndex_8188E() local
1561 by_rate_diff = PHY_GetTxPowerByRate(pAdapter, BAND_ON_2_4G, RFPath, txNum, Rate); in PHY_GetTxPowerIndex_8188E()
1563 by_rate_diff = by_rate_diff > limit ? limit : by_rate_diff; in PHY_GetTxPowerIndex_8188E()
1570 txPower = base_index + by_rate_diff + track_diff + extra_bias; in PHY_GetTxPowerIndex_8188E()
1577 …, ((RFPath==0)?'A':'B'), Channel, txPower, txPower, base_index, by_rate_diff, track_diff, extra_bi… in PHY_GetTxPowerIndex_8188E()