Home
last modified time | relevance | path

Searched refs:CCKPresentAttentuation (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c579 priv->CCKPresentAttentuation); in dm_TXPowerTrackingCallback_TSSI()
677 priv->CCKPresentAttentuation = in dm_TXPowerTrackingCallback_TSSI()
681 priv->CCKPresentAttentuation = in dm_TXPowerTrackingCallback_TSSI()
685 if (priv->CCKPresentAttentuation > (CCKTxBBGainTableLength-1)) in dm_TXPowerTrackingCallback_TSSI()
686 priv->CCKPresentAttentuation = CCKTxBBGainTableLength-1; in dm_TXPowerTrackingCallback_TSSI()
687 if (priv->CCKPresentAttentuation < 0) in dm_TXPowerTrackingCallback_TSSI()
688 priv->CCKPresentAttentuation = 0; in dm_TXPowerTrackingCallback_TSSI()
690 if (priv->CCKPresentAttentuation > -1 && in dm_TXPowerTrackingCallback_TSSI()
691 priv->CCKPresentAttentuation < CCKTxBBGainTableLength) { in dm_TXPowerTrackingCallback_TSSI()
713 priv->CCKPresentAttentuation); in dm_TXPowerTrackingCallback_TSSI()
[all …]
Dr8192E_phy.c1067 priv->CCKPresentAttentuation = in CCK_Tx_Power_Track_BW_Switch_TSSI()
1071 if (priv->CCKPresentAttentuation > in CCK_Tx_Power_Track_BW_Switch_TSSI()
1073 priv->CCKPresentAttentuation = in CCK_Tx_Power_Track_BW_Switch_TSSI()
1075 if (priv->CCKPresentAttentuation < 0) in CCK_Tx_Power_Track_BW_Switch_TSSI()
1076 priv->CCKPresentAttentuation = 0; in CCK_Tx_Power_Track_BW_Switch_TSSI()
1080 priv->CCKPresentAttentuation); in CCK_Tx_Power_Track_BW_Switch_TSSI()
1096 priv->CCKPresentAttentuation = in CCK_Tx_Power_Track_BW_Switch_TSSI()
1102 priv->CCKPresentAttentuation); in CCK_Tx_Power_Track_BW_Switch_TSSI()
1103 if (priv->CCKPresentAttentuation > in CCK_Tx_Power_Track_BW_Switch_TSSI()
1105 priv->CCKPresentAttentuation = in CCK_Tx_Power_Track_BW_Switch_TSSI()
[all …]
Drtl_core.h864 char CCKPresentAttentuation; member
Dr8192E_dev.c943 priv->CCKPresentAttentuation = in rtl8192_adapter_start()
956 priv->CCKPresentAttentuation); in rtl8192_adapter_start()
Drtl_core.c1149 priv->CCKPresentAttentuation = 0; in rtl8192_init_priv_variable()