Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Ddm.c1050 u8 cur_cck_cca_thresh; in rtl8723be_dm_cck_packet_detection_thresh() local
1054 cur_cck_cca_thresh = 0xcd; in rtl8723be_dm_cck_packet_detection_thresh()
1057 cur_cck_cca_thresh = 0x83; in rtl8723be_dm_cck_packet_detection_thresh()
1060 cur_cck_cca_thresh = 0x83; in rtl8723be_dm_cck_packet_detection_thresh()
1062 cur_cck_cca_thresh = 0x40; in rtl8723be_dm_cck_packet_detection_thresh()
1066 cur_cck_cca_thresh = 0x83; in rtl8723be_dm_cck_packet_detection_thresh()
1068 cur_cck_cca_thresh = 0x40; in rtl8723be_dm_cck_packet_detection_thresh()
1071 if (dm_digtable->cur_cck_cca_thres != cur_cck_cca_thresh) in rtl8723be_dm_cck_packet_detection_thresh()
1072 rtl_set_bbreg(hw, RCCK0_CCA, MASKBYTE2, cur_cck_cca_thresh); in rtl8723be_dm_cck_packet_detection_thresh()
1075 dm_digtable->cur_cck_cca_thres = cur_cck_cca_thresh; in rtl8723be_dm_cck_packet_detection_thresh()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddm.c223 u8 cur_cck_cca_thresh; in rtl92ee_dm_cck_packet_detection_thresh() local
227 cur_cck_cca_thresh = 0xcd; in rtl92ee_dm_cck_packet_detection_thresh()
230 cur_cck_cca_thresh = 0x83; in rtl92ee_dm_cck_packet_detection_thresh()
233 cur_cck_cca_thresh = 0x83; in rtl92ee_dm_cck_packet_detection_thresh()
235 cur_cck_cca_thresh = 0x40; in rtl92ee_dm_cck_packet_detection_thresh()
239 cur_cck_cca_thresh = 0x83; in rtl92ee_dm_cck_packet_detection_thresh()
241 cur_cck_cca_thresh = 0x40; in rtl92ee_dm_cck_packet_detection_thresh()
243 rtl92ee_dm_write_cck_cca_thres(hw, cur_cck_cca_thresh); in rtl92ee_dm_cck_packet_detection_thresh()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Ddm.c434 u8 cur_cck_cca_thresh; in rtl88e_dm_cck_packet_detection_thresh() local
439 cur_cck_cca_thresh = 0xcd; in rtl88e_dm_cck_packet_detection_thresh()
442 cur_cck_cca_thresh = 0x83; in rtl88e_dm_cck_packet_detection_thresh()
445 cur_cck_cca_thresh = 0x83; in rtl88e_dm_cck_packet_detection_thresh()
447 cur_cck_cca_thresh = 0x40; in rtl88e_dm_cck_packet_detection_thresh()
452 cur_cck_cca_thresh = 0x83; in rtl88e_dm_cck_packet_detection_thresh()
454 cur_cck_cca_thresh = 0x40; in rtl88e_dm_cck_packet_detection_thresh()
457 if (dm_dig->cur_cck_cca_thres != cur_cck_cca_thresh) in rtl88e_dm_cck_packet_detection_thresh()
458 rtl_set_bbreg(hw, RCCK0_CCA, MASKBYTE2, cur_cck_cca_thresh); in rtl88e_dm_cck_packet_detection_thresh()
460 dm_dig->cur_cck_cca_thres = cur_cck_cca_thresh; in rtl88e_dm_cck_packet_detection_thresh()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Ddm.c2746 u8 cur_cck_cca_thresh; in rtl8821ae_dm_cck_packet_detection_thresh() local
2750 cur_cck_cca_thresh = 0xcd; in rtl8821ae_dm_cck_packet_detection_thresh()
2753 cur_cck_cca_thresh = 0x83; in rtl8821ae_dm_cck_packet_detection_thresh()
2756 cur_cck_cca_thresh = 0x83; in rtl8821ae_dm_cck_packet_detection_thresh()
2758 cur_cck_cca_thresh = 0x40; in rtl8821ae_dm_cck_packet_detection_thresh()
2762 cur_cck_cca_thresh = 0x83; in rtl8821ae_dm_cck_packet_detection_thresh()
2764 cur_cck_cca_thresh = 0x40; in rtl8821ae_dm_cck_packet_detection_thresh()
2767 if (dm_digtable->cur_cck_cca_thres != cur_cck_cca_thresh) in rtl8821ae_dm_cck_packet_detection_thresh()
2769 cur_cck_cca_thresh); in rtl8821ae_dm_cck_packet_detection_thresh()
2772 dm_digtable->cur_cck_cca_thres = cur_cck_cca_thresh; in rtl8821ae_dm_cck_packet_detection_thresh()