Lines Matching refs:iqk_cmd
722 u32 iqk_cmd; in _iqk_one_shot() local
727 iqk_cmd = 0x008 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot()
731 iqk_cmd = 0x008 | (1 << (4 + path)); in _iqk_one_shot()
735 iqk_cmd = 0x108 | (1 << (4 + path)); in _iqk_one_shot()
739 iqk_cmd = 0x508 | (1 << (4 + path)); in _iqk_one_shot()
743 iqk_cmd = 0x208 | (1 << (4 + path)); in _iqk_one_shot()
747 iqk_cmd = 0x308 | (1 << (4 + path)); in _iqk_one_shot()
751 iqk_cmd = 0x008 | (1 << (4 + path)) | ((0x8 + iqk_info->iqk_bw[path]) << 8); in _iqk_one_shot()
754 iqk_cmd = 0x508 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot()
758 iqk_cmd = 0x008 | (1 << (4 + path)) | ((0xc + iqk_info->iqk_bw[path]) << 8); in _iqk_one_shot()
762 iqk_cmd = 0x408 | (1 << (4 + path)); in _iqk_one_shot()
766 iqk_cmd = 0x608 | (1 << (4 + path)); in _iqk_one_shot()
772 rtw89_phy_write32_mask(rtwdev, R_NCTL_CFG, MASKDWORD, iqk_cmd + 1); in _iqk_one_shot()