Lines Matching defs:iqk_cmd
818 u32 iqk_cmd;
824 iqk_cmd = 0x108 | (1 << (4 + path));
828 iqk_cmd = 0x208 | (1 << (4 + path));
832 iqk_cmd = 0x308 | (1 << (4 + path));
836 iqk_cmd = 0x008 | (1 << (path + 4)) |
840 iqk_cmd = 0x508 | (1 << (4 + path)) | (path << 1);
844 iqk_cmd = 0x008 | (1 << (path + 4)) |
850 iqk_cmd = 0x408 | (1 << (4 + path));
855 iqk_cmd = 0x608 | (1 << (4 + path));
861 rtw89_phy_write32_mask(rtwdev, R_NCTL_CFG, MASKDWORD, iqk_cmd + 1);