Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dodm_DIG.c483 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
1140 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
1168 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
1170 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
1173 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
1175 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
1179 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
1181 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
1184 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
1192 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-v5.4/drivers/staging/rtl8188eu/hal/
Dodm.c321 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
583 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
592 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
594 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
597 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
599 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
603 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
605 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
607 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
610 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres) in ODM_Write_CCK_CCA_Thres() argument
[all …]
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Dodm.h102 u8 CurCCK_CCAThres; member
1048 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres);