Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/hal/
DHal8188ERateAdaptive.c149 if (pRaInfo->RAUseRate & BIT(i)) { in odm_RateDown_8188E()
219 if (pRaInfo->RAUseRate & BIT(i)) { in odm_RateUp_8188E()
358 pRaInfo->RAUseRate = (pRaInfo->RateMask)&0x0f8ff015; in odm_ARFBRefresh_8188E()
361 pRaInfo->RAUseRate = (pRaInfo->RateMask)&0x0f8ff010; in odm_ARFBRefresh_8188E()
364 pRaInfo->RAUseRate = (pRaInfo->RateMask)&0x0f8ff005; in odm_ARFBRefresh_8188E()
367 pRaInfo->RAUseRate = (pRaInfo->RateMask)&0x0f8ff000; in odm_ARFBRefresh_8188E()
370 pRaInfo->RAUseRate = (pRaInfo->RateMask)&0x00000ff5; in odm_ARFBRefresh_8188E()
373 pRaInfo->RAUseRate = (pRaInfo->RateMask)&0x00000ff0; in odm_ARFBRefresh_8188E()
376 pRaInfo->RAUseRate = (pRaInfo->RateMask)&0x0000000d; in odm_ARFBRefresh_8188E()
380 pRaInfo->RAUseRate = (pRaInfo->RateMask)&MaskFromReg; in odm_ARFBRefresh_8188E()
[all …]
Dusb_halinit.c1934 haldata->odmpriv.RAInfo[entry_id].RAUseRate, in GetHalDefVar8188EUsb()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dodm.h577 u32 RAUseRate; member