Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ !
Ddm.c1071 if (dm_digtable->cur_cck_cca_thres != cur_cck_cca_thresh) in rtl8723be_dm_cck_packet_detection_thresh()
1074 dm_digtable->pre_cck_cca_thres = dm_digtable->cur_cck_cca_thres; 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()
1077 "CCK cca thresh hold =%x\n", dm_digtable->cur_cck_cca_thres); in rtl8723be_dm_cck_packet_detection_thresh()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ !
Ddm.c592 if (dm_digtable->cur_cck_cca_thres != current_cca) in rtl8821ae_dm_write_cck_cca_thres()
595 dm_digtable->pre_cck_cca_thres = dm_digtable->cur_cck_cca_thres; in rtl8821ae_dm_write_cck_cca_thres()
596 dm_digtable->cur_cck_cca_thres = current_cca; in rtl8821ae_dm_write_cck_cca_thres()
2602 if (dm_digtable->cur_cck_cca_thres != cur_cck_cca_thresh) in rtl8821ae_dm_cck_packet_detection_thresh()
2606 dm_digtable->pre_cck_cca_thres = dm_digtable->cur_cck_cca_thres; 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()
2609 "CCK cca thresh hold =%x\n", dm_digtable->cur_cck_cca_thres); in rtl8821ae_dm_cck_packet_detection_thresh()
Dphy.c4673 rtlphy->initgain_backup.cca = dm_digtable->cur_cck_cca_thres; in rtl8821ae_phy_set_io()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ !
Ddm.c273 if (dm_dig->cur_cck_cca_thres != cur_thres) in rtl92ee_dm_write_cck_cca_thres()
276 dm_dig->pre_cck_cca_thres = dm_dig->cur_cck_cca_thres; in rtl92ee_dm_write_cck_cca_thres()
277 dm_dig->cur_cck_cca_thres = cur_thres; in rtl92ee_dm_write_cck_cca_thres()
Dphy.c2996 rtlphy->initgain_backup.cca = dm_dig->cur_cck_cca_thres; in rtl92ee_phy_set_io()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ !
Ddm.c457 if (dm_dig->cur_cck_cca_thres != 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()
461 dm_dig->pre_cck_cca_thres = dm_dig->cur_cck_cca_thres; in rtl88e_dm_cck_packet_detection_thresh()
463 "CCK cca thresh hold =%x\n", dm_dig->cur_cck_cca_thres); in rtl88e_dm_cck_packet_detection_thresh()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/ !
Dcore.c1981 dm_digtable->cur_cck_cca_thres = 0x83; in rtl_dm_diginit()
Dwifi.h2537 u8 cur_cck_cca_thres; member