Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dodm_DIG.c483 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
1139 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
1167 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
1169 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
1172 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
1174 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
1178 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
1180 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
1183 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
1191 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.10/drivers/staging/rtl8188eu/hal/
Dodm.c319 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
581 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
590 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
592 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
595 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
597 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
601 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
603 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
605 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
608 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.10/drivers/staging/rtl8188eu/include/
Dodm.h100 u8 CurCCK_CCAThres; member
1043 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres);