Searched refs:Rx_Smooth_Factor (Results 1 – 6 of 6) sorted by relevance
335 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()336 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()340 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()341 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()356 (((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()357 (pPhyInfo->RxPWDBAll)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()361 (((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()362 (pPhyInfo->RxPWDBAll)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
355 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()356 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()360 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()361 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()376 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()377 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()381 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()382 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
47 #define Rx_Smooth_Factor 20 macro
49 #define Rx_Smooth_Factor (20) macro
3780 ((priv->stats.rx_rssi_percentage[rfpath]*(Rx_Smooth_Factor-1)) + in rtl8192_process_phyinfo()3781 (pprevious_stats->RxMIMOSignalStrength[rfpath])) /(Rx_Smooth_Factor); in rtl8192_process_phyinfo()3785 ((priv->stats.rx_rssi_percentage[rfpath]*(Rx_Smooth_Factor-1)) + in rtl8192_process_phyinfo()3786 (pprevious_stats->RxMIMOSignalStrength[rfpath])) /(Rx_Smooth_Factor); in rtl8192_process_phyinfo()3827 (((priv->undecorated_smoothed_pwdb)*(Rx_Smooth_Factor-1)) + in rtl8192_process_phyinfo()3828 (pprevious_stats->RxPWDBAll)) /(Rx_Smooth_Factor); in rtl8192_process_phyinfo()3832 (((priv->undecorated_smoothed_pwdb)*(Rx_Smooth_Factor-1)) + in rtl8192_process_phyinfo()3833 (pprevious_stats->RxPWDBAll)) /(Rx_Smooth_Factor); in rtl8192_process_phyinfo()3870 ((priv->stats.rx_evm_percentage[nspatial_stream]* (Rx_Smooth_Factor-1)) + in rtl8192_process_phyinfo()3871 (pprevious_stats->RxMIMOSignalQuality[nspatial_stream]* 1)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
79 #define Rx_Smooth_Factor 20 macro