Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dodm_DIG.c483 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
1145 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
1173 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
1175 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
1178 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
1180 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
1184 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
1186 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
1189 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
1197 CurCCK_CCAThres in odm_CCKPacketDetectionThresh()
[all …]
Dodm_DIG.h42 u8 CurCCK_CCAThres; member
185 void ODM_Write_CCK_CCA_Thres(void *pDM_VOID, u8 CurCCK_CCAThres);
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dodm.c330 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
592 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
601 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
603 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
606 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
608 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
612 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
614 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
616 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
619 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres) in ODM_Write_CCK_CCA_Thres() argument
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dodm.h102 u8 CurCCK_CCAThres; member
1049 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres);