Searched refs:RTL8852A (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | efuse.c | 24 if (rtwdev->chip->chip_id != RTL8852A) in rtw89_switch_efuse_bank() 56 if (chip_id == RTL8852A) in rtw89_enable_efuse_pwr_cut_ddv() 75 if (chip_id == RTL8852A) in rtw89_disable_efuse_pwr_cut_ddv()
|
H A D | pci.c | 2085 if (chip_id == RTL8852A) { in rtw89_pci_deglitch_setting() 2106 if (rtwdev->chip->chip_id != RTL8852A) in rtw89_pci_rxdma_prefth() 2116 if (chip_id != RTL8852A && chip_id != RTL8852B && chip_id != RTL8851B) in rtw89_pci_l1off_pwroff() 2126 if (rtwdev->chip->chip_id != RTL8852A) in rtw89_pci_l2_rxen_lat() 2146 if (chip_id != RTL8852A && chip_id != RTL8852B && chip_id != RTL8851B) in rtw89_pci_aphy_pwrcut() 2156 if (chip_id == RTL8852A || chip_id == RTL8852B || chip_id == RTL8851B) { in rtw89_pci_hci_ldo() 2294 if (rtwdev->chip->chip_id == RTL8852A) in rtw89_pci_set_dbg() 2318 if (chip_id == RTL8852A || chip_id == RTL8852C) in rtw89_pci_clr_idx_all() 2323 if (chip_id == RTL8852A || chip_id == RTL8852C) in rtw89_pci_clr_idx_all() 2408 if (chip_id == RTL8852A && cv == CHIP_CBV) in rtw89_pci_mode_op() [all …]
|
H A D | mac.c | 802 if (rtwdev->chip->chip_id == RTL8852A) in hfc_pub_info_chk() 1435 if (chip_id == RTL8852A || chip_id == RTL8852B) in chip_func_en() 1908 if (chip->chip_id == RTL8852A || chip->chip_id == RTL8852B || in preload_init() 1945 if (chip->chip_id == RTL8852A || chip->chip_id == RTL8852B || in _patch_ss2f_path() 2015 if (chip->chip_id == RTL8852A || chip->chip_id == RTL8852B || in sec_eng_init() 2227 case RTL8852A: in _patch_dis_resp_chk() 2344 case RTL8852A: in trxptcl_init() 2427 if (rtwdev->chip->chip_id == RTL8852A && in rmac_init() 2459 if (chip_id == RTL8852A || chip_id == RTL8852B) { in cmac_com_init() 5151 else if (chip->chip_id == RTL8852A || chip->chip_id == RTL8852B) in rtw89_mac_get_ctrl_path()
|
H A D | wow.c | 95 if (chip_id == RTL8852A || chip_id == RTL8852B || chip_id == RTL8851B) in rtw89_wow_show_wakeup_reason()
|
H A D | fw.c | 434 __CFG_FW_FEAT(RTL8852A, le, 0, 13, 29, 0, OLD_HT_RA_FORMAT), 435 __CFG_FW_FEAT(RTL8852A, ge, 0, 13, 35, 0, SCAN_OFFLOAD), 436 __CFG_FW_FEAT(RTL8852A, ge, 0, 13, 35, 0, TX_WAKE), 437 __CFG_FW_FEAT(RTL8852A, ge, 0, 13, 36, 0, CRASH_TRIGGER), 438 __CFG_FW_FEAT(RTL8852A, lt, 0, 13, 38, 0, NO_PACKET_DROP),
|
H A D | core.c | 3236 bool no_ng16 = (chip->chip_id == RTL8852A && hal->cv == CHIP_CBV) || in rtw89_init_he_cap() 3738 if (chip->chip_id == RTL8852A && cv <= CHIP_CBV) { in rtw89_read_chip_ver() 3759 !(rtwdev->chip->chip_id == RTL8852A && rtwdev->hal.cv <= CHIP_CBV) && in rtw89_core_setup_phycap() 3762 rtwdev->chip->chip_id == RTL8852A && rtwdev->hal.cv <= CHIP_CBV; in rtw89_core_setup_phycap()
|
H A D | phy.c | 2441 if (chip->chip_id == RTL8852A || chip->chip_id == RTL8851B) { in rtw89_phy_cfo_set_crystal_cap() 2501 if (rtwdev->chip->chip_id == RTL8852A && rtwdev->hal.cv == CHIP_CBV) in rtw89_dcfo_comp() 3746 if (chip->chip_id == RTL8852A) in rtw89_physts_set_ie_bitmap()
|
H A D | rtw8852a.c | 2076 .chip_id = RTL8852A,
|
H A D | coex.c | 179 {RTL8852A, RTW89_FW_VER_CODE(0, 13, 37, 0), 186 {RTL8852A, RTW89_FW_VER_CODE(0, 13, 0, 0), 7687 if (chip->chip_id == RTL8852A || chip->chip_id == RTL8852B) { in _get_gnt()
|
H A D | core.h | 110 RTL8852A, enumerator
|