Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_dig.c1466 if (dig_tab->cck_fa_ma == 0xffffffff) in odm_cck_packet_detection_thresh()
1467 dig_tab->cck_fa_ma = false_alm_cnt->cnt_cck_fail; in odm_cck_packet_detection_thresh()
1469 dig_tab->cck_fa_ma = in odm_cck_packet_detection_thresh()
1470 ((dig_tab->cck_fa_ma << 1) + dig_tab->cck_fa_ma + in odm_cck_packet_detection_thresh()
1475 dig_tab->cck_fa_ma); in odm_cck_packet_detection_thresh()
1481 if (dig_tab->cck_fa_ma > in odm_cck_packet_detection_thresh()
1484 else if (dig_tab->cck_fa_ma < (DM_DIG_FA_TH0 >> 1)) in odm_cck_packet_detection_thresh()
1493 if (dig_tab->cck_fa_ma > 0x400) in odm_cck_packet_detection_thresh()
1495 else if (dig_tab->cck_fa_ma < 0x200) in odm_cck_packet_detection_thresh()
1515 dig_tab->cck_fa_ma = 0xffffffff; in odm_write_cck_cca_thres()
Dphydm_dig.h89 u32 cck_fa_ma; member