Lines Matching refs:iqk_cmd
688 u32 iqk_cmd;
695 iqk_cmd = 0x108 | (1 << (4 + path));
701 iqk_cmd = 0x108 | (1 << (4 + path));
707 iqk_cmd = 0x308 | (1 << (4 + path));
713 iqk_cmd = 0x308 | (1 << (4 + path));
719 iqk_cmd = 0x008 | (1 << (path + 4)) |
726 iqk_cmd = 0x708 | (1 << (4 + path)) | (path << 1);
732 iqk_cmd = 0x008 | (1 << (path + 4)) |
741 iqk_cmd = 0x408 | (1 << (4 + path));
749 iqk_cmd = 0x608 | (1 << (4 + path));
755 rtw89_phy_write32_mask(rtwdev, R_NCTL_CFG, MASKDWORD, iqk_cmd + 1);
764 path, ktype, iqk_cmd + 1, notready);