Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_dig.c578 dig_tab->cur_cck_cca_thres = 0x83; in odm_dig_init()
1352 dig_tab->cck_pd_backup = dig_tab->cur_cck_cca_thres; in odm_pause_cck_packet_detection()
1453 u8 cur_cck_cca_thres = dig_tab->cur_cck_cca_thres, rssi_thd = 35; in odm_cck_packet_detection_thresh() local
1479 cur_cck_cca_thres = 0xcd; in odm_cck_packet_detection_thresh()
1483 cur_cck_cca_thres = 0xcd; in odm_cck_packet_detection_thresh()
1485 cur_cck_cca_thres = 0x83; in odm_cck_packet_detection_thresh()
1487 cur_cck_cca_thres = 0x83; in odm_cck_packet_detection_thresh()
1489 cur_cck_cca_thres = 0x40; in odm_cck_packet_detection_thresh()
1494 cur_cck_cca_thres = 0x83; in odm_cck_packet_detection_thresh()
1496 cur_cck_cca_thres = 0x40; in odm_cck_packet_detection_thresh()
[all …]
Dphydm_dig.h62 u8 cur_cck_cca_thres; member
226 void odm_write_cck_cca_thres(void *dm_void, u8 cur_cck_cca_thres);
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Ddm.c1096 if (dm_digtable->cur_cck_cca_thres != cur_cck_cca_thresh) in rtl8723be_dm_cck_packet_detection_thresh()
1099 dm_digtable->pre_cck_cca_thres = dm_digtable->cur_cck_cca_thres; 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()
1102 "CCK cca thresh hold =%x\n", dm_digtable->cur_cck_cca_thres); in rtl8723be_dm_cck_packet_detection_thresh()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Ddm.c767 if (dm_digtable->cur_cck_cca_thres != current_cca) in rtl8821ae_dm_write_cck_cca_thres()
770 dm_digtable->pre_cck_cca_thres = dm_digtable->cur_cck_cca_thres; in rtl8821ae_dm_write_cck_cca_thres()
771 dm_digtable->cur_cck_cca_thres = current_cca; in rtl8821ae_dm_write_cck_cca_thres()
2792 if (dm_digtable->cur_cck_cca_thres != cur_cck_cca_thresh) in rtl8821ae_dm_cck_packet_detection_thresh()
2796 dm_digtable->pre_cck_cca_thres = dm_digtable->cur_cck_cca_thres; 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()
2799 "CCK cca thresh hold =%x\n", dm_digtable->cur_cck_cca_thres); in rtl8821ae_dm_cck_packet_detection_thresh()
Dphy.c4718 rtlphy->initgain_backup.cca = dm_digtable->cur_cck_cca_thres; in rtl8821ae_phy_set_io()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddm.c413 if (dm_dig->cur_cck_cca_thres != cur_thres) in rtl92ee_dm_write_cck_cca_thres()
416 dm_dig->pre_cck_cca_thres = dm_dig->cur_cck_cca_thres; in rtl92ee_dm_write_cck_cca_thres()
417 dm_dig->cur_cck_cca_thres = cur_thres; in rtl92ee_dm_write_cck_cca_thres()
Dphy.c3039 rtlphy->initgain_backup.cca = dm_dig->cur_cck_cca_thres; in rtl92ee_phy_set_io()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Ddm.c479 if (dm_dig->cur_cck_cca_thres != 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()
483 dm_dig->pre_cck_cca_thres = dm_dig->cur_cck_cca_thres; in rtl88e_dm_cck_packet_detection_thresh()
485 "CCK cca thresh hold =%x\n", dm_dig->cur_cck_cca_thres); in rtl88e_dm_cck_packet_detection_thresh()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dcore.c1948 dm_digtable->cur_cck_cca_thres = 0x83; in rtl_dm_diginit()
Dwifi.h2582 u8 cur_cck_cca_thres; member
/Linux-v4.19/drivers/staging/rtlwifi/
Dcore.c1983 dm_digtable->cur_cck_cca_thres = 0x83; in rtl_dm_diginit()
Dwifi.h2531 u8 cur_cck_cca_thres; member