Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_DIG.c355 pDM_DigTable->CurCCK_CCAThres = 0x83; in odm_DIGInit()
777 u8 CurCCK_CCAThres; in odm_CCKPacketDetectionThresh() local
792 CurCCK_CCAThres = 0xcd; in odm_CCKPacketDetectionThresh()
794 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
797 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
799 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
803 CurCCK_CCAThres = 0x83; in odm_CCKPacketDetectionThresh()
805 CurCCK_CCAThres = 0x40; in odm_CCKPacketDetectionThresh()
808 ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); in odm_CCKPacketDetectionThresh()
817 if (pDM_DigTable->CurCCK_CCAThres != CurCCK_CCAThres) in ODM_Write_CCK_CCA_Thres()
[all …]
H A Dodm_DIG.h42 u8 CurCCK_CCAThres; member
167 void ODM_Write_CCK_CCA_Thres(void *pDM_VOID, u8 CurCCK_CCAThres);