Lines Matching refs:iqk_cmd
955 u32 iqk_cmd; in _iqk_one_shot() local
960 iqk_cmd = 0x008 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot()
963 iqk_cmd = 0x108 | (1 << (4 + path)); in _iqk_one_shot()
966 iqk_cmd = 0x208 | (1 << (4 + path)); in _iqk_one_shot()
969 iqk_cmd = 0x308 | (1 << (4 + path)); in _iqk_one_shot()
972 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot()
976 iqk_cmd = 0x508 | (1 << (4 + path)) | (path << 1); in _iqk_one_shot()
979 iqk_cmd = 0x008 | (1 << (path + 4)) | in _iqk_one_shot()
983 iqk_cmd = 0x408 | (1 << (4 + path)); in _iqk_one_shot()
986 iqk_cmd = 0x608 | (1 << (4 + path)); in _iqk_one_shot()
993 __func__, iqk_cmd + 1); in _iqk_one_shot()
995 rtw89_phy_write32_mask(rtwdev, R_NCTL_CFG, MASKDWORD, iqk_cmd + 1); in _iqk_one_shot()