Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/hal/
Dodm.c115 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
380 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
385 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
387 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
390 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
392 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
396 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
398 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
400 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
653 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres) in ODM_Write_CCK_CCA_Thres() argument
[all …]
/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Dodm_DIG.c355 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
780 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
795 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
797 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
800 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
802 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
806 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
808 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
811 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
814 void ODM_Write_CCK_CCA_Thres(void *pDM_VOID, u8 CurCCK_CCAThres) in ODM_Write_CCK_CCA_Thres() argument
[all …]
Dodm_DIG.h42 u8 CurCCK_CCAThres; member
167 void ODM_Write_CCK_CCA_Thres(void *pDM_VOID, u8 CurCCK_CCAThres);
/linux-6.1.9/drivers/staging/r8188eu/include/
Dodm.h15 u8 CurCCK_CCAThres; member
403 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres);