Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/hal/
Dodm_DIG.c412 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
837 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
852 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
854 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
857 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
859 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
863 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
865 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
868 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
871 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
169 void ODM_Write_CCK_CCA_Thres(void *pDM_VOID, u8 CurCCK_CCAThres);
/drivers/staging/r8188eu/hal/
Dodm.c579 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
880 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
889 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
891 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
894 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
896 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
900 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
902 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
904 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
907 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres) in ODM_Write_CCK_CCA_Thres() argument
[all …]
/drivers/staging/r8188eu/include/
Dodm.h108 u8 CurCCK_CCAThres; member
1093 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres);