Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_DIG.c502 if (pFalseAlmCnt->Cnt_all > dm_FA_thres[2]) in odm_DIG()
504 else if (pFalseAlmCnt->Cnt_all > dm_FA_thres[1]) in odm_DIG()
506 else if (pFalseAlmCnt->Cnt_all < dm_FA_thres[0]) in odm_DIG()
511 (pFalseAlmCnt->Cnt_all < DM_DIG_FA_TH1) && in odm_DIG()
522 if (pFalseAlmCnt->Cnt_all > dm_FA_thres[2]) in odm_DIG()
524 else if (pFalseAlmCnt->Cnt_all > dm_FA_thres[1]) in odm_DIG()
526 else if (pFalseAlmCnt->Cnt_all < dm_FA_thres[0]) in odm_DIG()
590 if (pFalseAlmCnt->Cnt_all > DM_DIG_FA_TH2_LPS) in odm_DIGbyRSSI_LPS()
592 else if (pFalseAlmCnt->Cnt_all > DM_DIG_FA_TH1_LPS) in odm_DIGbyRSSI_LPS()
594 else if (pFalseAlmCnt->Cnt_all < DM_DIG_FA_TH0_LPS) in odm_DIGbyRSSI_LPS()
[all …]