Home
last modified time | relevance | path

Searched refs:RAUseRate (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/hal/
DHal8188ERateAdaptive.c136 if (pRaInfo->RAUseRate & BIT(i)) { in odm_RateDown_8188E()
187 if (pRaInfo->RAUseRate & BIT(i)) { in odm_RateUp_8188E()
298 pRaInfo->RAUseRate = (pRaInfo->RateMask) & 0x0f8ff015; in odm_ARFBRefresh_8188E()
301 pRaInfo->RAUseRate = (pRaInfo->RateMask) & 0x0f8ff010; in odm_ARFBRefresh_8188E()
304 pRaInfo->RAUseRate = (pRaInfo->RateMask) & 0x0f8ff005; in odm_ARFBRefresh_8188E()
307 pRaInfo->RAUseRate = (pRaInfo->RateMask) & 0x0f8ff000; in odm_ARFBRefresh_8188E()
310 pRaInfo->RAUseRate = (pRaInfo->RateMask) & 0x00000ff5; in odm_ARFBRefresh_8188E()
313 pRaInfo->RAUseRate = (pRaInfo->RateMask) & 0x00000ff0; in odm_ARFBRefresh_8188E()
316 pRaInfo->RAUseRate = (pRaInfo->RateMask) & 0x0000000d; in odm_ARFBRefresh_8188E()
320 pRaInfo->RAUseRate = (pRaInfo->RateMask) & MaskFromReg; in odm_ARFBRefresh_8188E()
[all …]
Dusb_halinit.c2009 haldata->odmpriv.RAInfo[entry_id].RAUseRate, in GetHalDefVar8188EUsb()
/Linux-v5.15/drivers/staging/r8188eu/include/
Dodm.h590 u32 RAUseRate; member