Home
last modified time | relevance | path

Searched refs:Rx_Smooth_Factor (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/hal/
Dodm_HWConfig.c282 (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
283 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
287 (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
288 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
303 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
304 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
308 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
309 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
/linux-5.19.10/drivers/staging/rtl8723bs/hal/
Dodm_HWConfig.c328 ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
329 RSSI_Ave)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
333 ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
334 RSSI_Ave)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
351 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
352 pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
356 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
357 pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Drtl8192c_recv.h35 #define Rx_Smooth_Factor (20) macro
/linux-5.19.10/drivers/staging/r8188eu/include/
Drtl8188e_recv.h27 #define Rx_Smooth_Factor (20) macro