Home
last modified time | relevance | path

Searched refs:PTSmoothFactor (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Dhal8188e_rate_adaptive.c504 pRaInfo->PTSmoothFactor = (pRaInfo->PTSmoothFactor >> 1) + in odm_PTDecision_8188E()
505 (pRaInfo->PTSmoothFactor >> 2) + in odm_PTDecision_8188E()
507 if (pRaInfo->PTSmoothFactor > 192) in odm_PTDecision_8188E()
508 pRaInfo->PTSmoothFactor = 192; in odm_PTDecision_8188E()
509 stage_id = pRaInfo->PTSmoothFactor >> 6; in odm_PTDecision_8188E()
583 pRaInfo->PTSmoothFactor = 192; in ODM_RAInfo_Init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/rtl8188e/
H A Dhal8188erateadaptive.c668 …pRaInfo->PTSmoothFactor=(pRaInfo->PTSmoothFactor>>1) + (pRaInfo->PTSmoothFactor>>2) + stage_id*16+… in odm_PTDecision_8188E()
669 if (pRaInfo->PTSmoothFactor>192) in odm_PTDecision_8188E()
670 pRaInfo->PTSmoothFactor=192; in odm_PTDecision_8188E()
671 stage_id =pRaInfo->PTSmoothFactor>>6; in odm_PTDecision_8188E()
781 pRaInfo->PTSmoothFactor=192; in ODM_RAInfo_Init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_rainfo.h143 u1Byte PTSmoothFactor; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_rainfo.h140 u1Byte PTSmoothFactor; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_rainfo.h201 u1Byte PTSmoothFactor; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dodm.h565 u8 PTSmoothFactor; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm.h669 u8 PTSmoothFactor; member