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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_dm.c773 RT_TRACE(COMP_POWER_TRACKING, "priv->CCKPresentAttentuation = %d\n", priv->CCKPresentAttentuation);
859 priv->CCKPresentAttentuation
862 priv->CCKPresentAttentuation
865 if(priv->CCKPresentAttentuation > (CCKTxBBGainTableLength-1))
866 priv->CCKPresentAttentuation = CCKTxBBGainTableLength-1;
867 if(priv->CCKPresentAttentuation < 0)
868 priv->CCKPresentAttentuation = 0;
892 RT_TRACE(COMP_POWER_TRACKING, "priv->CCKPresentAttentuation = %d\n", priv->CCKPresentAttentuation);
[all...]
H A Dr819xE_phy.c2972 priv->CCKPresentAttentuation =
2975 if(priv->CCKPresentAttentuation > (CCKTxBBGainTableLength-1))
2976 priv->CCKPresentAttentuation = CCKTxBBGainTableLength-1;
2977 if(priv->CCKPresentAttentuation < 0)
2978 priv->CCKPresentAttentuation = 0;
2980 RT_TRACE(COMP_POWER_TRACKING, "20M, priv->CCKPresentAttentuation = %d\n", priv->CCKPresentAttentuation);
2999 priv->CCKPresentAttentuation =
3002 RT_TRACE(COMP_POWER_TRACKING, "40M, priv->CCKPresentAttentuation = %d\n", priv->CCKPresentAttentuation);
[all...]
H A Dr8192E.h1204 char CCKPresentAttentuation; member in struct:r8192_priv
H A Dr8192E_core.c2380 priv->CCKPresentAttentuation = 0;
3608 priv->CCKPresentAttentuation = priv->CCKPresentAttentuation_20Mdefault;
3614 RT_TRACE(COMP_POWER_TRACKING, "priv->CCKPresentAttentuation_initial = %d\n", priv->CCKPresentAttentuation);
3649 priv->CCKPresentAttentuation = priv->CCKPresentAttentuation_20Mdefault;
3653 RT_TRACE(COMP_POWER_TRACKING, "priv->CCKPresentAttentuation_initial = %d\n", priv->CCKPresentAttentuation);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U.h1322 char CCKPresentAttentuation; member in struct:r8192_priv

Completed in 119 milliseconds