Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Ddm.c1075 u8 cur_cck_cca_thresh; in rtl8723be_dm_cck_packet_detection_thresh() local
1079 cur_cck_cca_thresh = 0xcd; in rtl8723be_dm_cck_packet_detection_thresh()
1082 cur_cck_cca_thresh = 0x83; in rtl8723be_dm_cck_packet_detection_thresh()
1085 cur_cck_cca_thresh = 0x83; in rtl8723be_dm_cck_packet_detection_thresh()
1087 cur_cck_cca_thresh = 0x40; in rtl8723be_dm_cck_packet_detection_thresh()
1091 cur_cck_cca_thresh = 0x83; in rtl8723be_dm_cck_packet_detection_thresh()
1093 cur_cck_cca_thresh = 0x40; in rtl8723be_dm_cck_packet_detection_thresh()
1096 if (dm_digtable->cur_cck_cca_thres != cur_cck_cca_thresh) in rtl8723be_dm_cck_packet_detection_thresh()
1097 rtl_set_bbreg(hw, RCCK0_CCA, MASKBYTE2, cur_cck_cca_thresh); in rtl8723be_dm_cck_packet_detection_thresh()
1100 dm_digtable->cur_cck_cca_thres = cur_cck_cca_thresh; in rtl8723be_dm_cck_packet_detection_thresh()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddm.c245 u8 cur_cck_cca_thresh; in rtl92ee_dm_cck_packet_detection_thresh() local
249 cur_cck_cca_thresh = 0xcd; in rtl92ee_dm_cck_packet_detection_thresh()
252 cur_cck_cca_thresh = 0x83; in rtl92ee_dm_cck_packet_detection_thresh()
255 cur_cck_cca_thresh = 0x83; in rtl92ee_dm_cck_packet_detection_thresh()
257 cur_cck_cca_thresh = 0x40; in rtl92ee_dm_cck_packet_detection_thresh()
261 cur_cck_cca_thresh = 0x83; in rtl92ee_dm_cck_packet_detection_thresh()
263 cur_cck_cca_thresh = 0x40; in rtl92ee_dm_cck_packet_detection_thresh()
265 rtl92ee_dm_write_cck_cca_thres(hw, cur_cck_cca_thresh); in rtl92ee_dm_cck_packet_detection_thresh()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Ddm.c456 u8 cur_cck_cca_thresh; in rtl88e_dm_cck_packet_detection_thresh() local
461 cur_cck_cca_thresh = 0xcd; in rtl88e_dm_cck_packet_detection_thresh()
464 cur_cck_cca_thresh = 0x83; in rtl88e_dm_cck_packet_detection_thresh()
467 cur_cck_cca_thresh = 0x83; in rtl88e_dm_cck_packet_detection_thresh()
469 cur_cck_cca_thresh = 0x40; in rtl88e_dm_cck_packet_detection_thresh()
474 cur_cck_cca_thresh = 0x83; in rtl88e_dm_cck_packet_detection_thresh()
476 cur_cck_cca_thresh = 0x40; in rtl88e_dm_cck_packet_detection_thresh()
479 if (dm_dig->cur_cck_cca_thres != cur_cck_cca_thresh) in rtl88e_dm_cck_packet_detection_thresh()
480 rtl_set_bbreg(hw, RCCK0_CCA, MASKBYTE2, cur_cck_cca_thresh); in rtl88e_dm_cck_packet_detection_thresh()
482 dm_dig->cur_cck_cca_thres = cur_cck_cca_thresh; in rtl88e_dm_cck_packet_detection_thresh()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Ddm.c2771 u8 cur_cck_cca_thresh; in rtl8821ae_dm_cck_packet_detection_thresh() local
2775 cur_cck_cca_thresh = 0xcd; in rtl8821ae_dm_cck_packet_detection_thresh()
2778 cur_cck_cca_thresh = 0x83; in rtl8821ae_dm_cck_packet_detection_thresh()
2781 cur_cck_cca_thresh = 0x83; in rtl8821ae_dm_cck_packet_detection_thresh()
2783 cur_cck_cca_thresh = 0x40; in rtl8821ae_dm_cck_packet_detection_thresh()
2787 cur_cck_cca_thresh = 0x83; in rtl8821ae_dm_cck_packet_detection_thresh()
2789 cur_cck_cca_thresh = 0x40; in rtl8821ae_dm_cck_packet_detection_thresh()
2792 if (dm_digtable->cur_cck_cca_thres != cur_cck_cca_thresh) in rtl8821ae_dm_cck_packet_detection_thresh()
2794 cur_cck_cca_thresh); in rtl8821ae_dm_cck_packet_detection_thresh()
2797 dm_digtable->cur_cck_cca_thres = cur_cck_cca_thresh; in rtl8821ae_dm_cck_packet_detection_thresh()