Home
last modified time | relevance | path

Searched refs:iqk_cmd (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Drtw8852c_rfk.c691 u32 iqk_cmd; in _iqk_one_shot() local
696 iqk_cmd = 0x008 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot()
700 iqk_cmd = 0x008 | (1 << (4 + path)); in _iqk_one_shot()
704 iqk_cmd = 0x108 | (1 << (4 + path)); in _iqk_one_shot()
708 iqk_cmd = 0x508 | (1 << (4 + path)); in _iqk_one_shot()
712 iqk_cmd = 0x208 | (1 << (4 + path)); in _iqk_one_shot()
716 iqk_cmd = 0x308 | (1 << (4 + path)); in _iqk_one_shot()
720 iqk_cmd = 0x008 | (1 << (4 + path)) | ((0x8 + iqk_info->iqk_bw[path]) << 8); in _iqk_one_shot()
723 iqk_cmd = 0x508 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot()
727 iqk_cmd = 0x008 | (1 << (4 + path)) | ((0xc + iqk_info->iqk_bw[path]) << 8); in _iqk_one_shot()
[all …]
Drtw8852a_rfk.c806 u32 iqk_cmd = 0x0; in _iqk_one_shot() local
818 iqk_cmd = 0x008 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot()
823 iqk_cmd = 0x108 | (1 << (4 + path)); in _iqk_one_shot()
828 iqk_cmd = 0x208 | (1 << (4 + path)); in _iqk_one_shot()
833 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot()
837 iqk_cmd = 0x508 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot()
842 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot()
848 iqk_cmd = 0x308 | (1 << (4 + path)); in _iqk_one_shot()
853 iqk_cmd = 0x608 | (1 << (4 + path)); in _iqk_one_shot()
859 rtw89_phy_write32_mask(rtwdev, R_NCTL_CFG, MASKDWORD, iqk_cmd + 1); in _iqk_one_shot()