Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Ddm.c105 u8 cur_cck_cca_thresh; in rtl92ee_dm_cck_packet_detection_thresh() local
109 cur_cck_cca_thresh = 0xcd; in rtl92ee_dm_cck_packet_detection_thresh()
112 cur_cck_cca_thresh = 0x83; in rtl92ee_dm_cck_packet_detection_thresh()
115 cur_cck_cca_thresh = 0x83; in rtl92ee_dm_cck_packet_detection_thresh()
117 cur_cck_cca_thresh = 0x40; in rtl92ee_dm_cck_packet_detection_thresh()
121 cur_cck_cca_thresh = 0x83; in rtl92ee_dm_cck_packet_detection_thresh()
123 cur_cck_cca_thresh = 0x40; in rtl92ee_dm_cck_packet_detection_thresh()
125 rtl92ee_dm_write_cck_cca_thres(hw, cur_cck_cca_thresh); in rtl92ee_dm_cck_packet_detection_thresh()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddm.c2581 u8 cur_cck_cca_thresh; in rtl8821ae_dm_cck_packet_detection_thresh() local
2585 cur_cck_cca_thresh = 0xcd; in rtl8821ae_dm_cck_packet_detection_thresh()
2588 cur_cck_cca_thresh = 0x83; in rtl8821ae_dm_cck_packet_detection_thresh()
2591 cur_cck_cca_thresh = 0x83; in rtl8821ae_dm_cck_packet_detection_thresh()
2593 cur_cck_cca_thresh = 0x40; in rtl8821ae_dm_cck_packet_detection_thresh()
2597 cur_cck_cca_thresh = 0x83; in rtl8821ae_dm_cck_packet_detection_thresh()
2599 cur_cck_cca_thresh = 0x40; in rtl8821ae_dm_cck_packet_detection_thresh()
2602 if (dm_digtable->cur_cck_cca_thres != cur_cck_cca_thresh) in rtl8821ae_dm_cck_packet_detection_thresh()
2604 cur_cck_cca_thresh); in rtl8821ae_dm_cck_packet_detection_thresh()
2607 dm_digtable->cur_cck_cca_thres = cur_cck_cca_thresh; in rtl8821ae_dm_cck_packet_detection_thresh()