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
4054 ((priv->stats.rx_rssi_percentage[rfpath] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()4055 (pprevious_stats->RxMIMOSignalStrength[rfpath])) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()4059 ((priv->stats.rx_rssi_percentage[rfpath] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()4060 (pprevious_stats->RxMIMOSignalStrength[rfpath])) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()4105 (((priv->undecorated_smoothed_pwdb) * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()4106 (pprevious_stats->RxPWDBAll)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()4110 (((priv->undecorated_smoothed_pwdb) * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()4111 (pprevious_stats->RxPWDBAll)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()4155 ((priv->stats.rx_evm_percentage[nspatial_stream] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()4156 (pprevious_stats->RxMIMOSignalQuality[nspatial_stream] * 1)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
46 #define Rx_Smooth_Factor 20 macro