Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/hal/
A Dodm_DIG.c501 if (pFalseAlmCnt->Cnt_all > dm_FA_thres[2]) in odm_DIG()
503 else if (pFalseAlmCnt->Cnt_all > dm_FA_thres[1]) in odm_DIG()
505 else if (pFalseAlmCnt->Cnt_all < dm_FA_thres[0]) in odm_DIG()
510 (pFalseAlmCnt->Cnt_all < DM_DIG_FA_TH1) && in odm_DIG()
521 if (pFalseAlmCnt->Cnt_all > dm_FA_thres[2]) in odm_DIG()
523 else if (pFalseAlmCnt->Cnt_all > dm_FA_thres[1]) in odm_DIG()
525 else if (pFalseAlmCnt->Cnt_all < dm_FA_thres[0]) in odm_DIG()
589 if (pFalseAlmCnt->Cnt_all > DM_DIG_FA_TH2_LPS) in odm_DIGbyRSSI_LPS()
591 else if (pFalseAlmCnt->Cnt_all > DM_DIG_FA_TH1_LPS) in odm_DIGbyRSSI_LPS()
593 else if (pFalseAlmCnt->Cnt_all < DM_DIG_FA_TH0_LPS) in odm_DIGbyRSSI_LPS()
[all …]

Completed in 3 milliseconds