Searched refs:MI_OPCODE (Results 1 – 3 of 3) sorted by relevance
18 #define MI_OPCODE REG_GENMASK(28, 23) macro22 (XE_INSTR_MI | REG_FIELD_PREP(MI_OPCODE, opcode))
192 #define MI_OPCODE(x) (((x) >> 23) & 0x3f) macro193 #define IS_MI_LRI_CMD(x) (MI_OPCODE(x) == MI_OPCODE(MI_INSTR(0x22, 0)))
1579 u32 opcode = REG_FIELD_GET(MI_OPCODE, inst_header); in dump_mi_command()1583 switch (inst_header & MI_OPCODE) { in dump_mi_command()1609 switch (inst_header & MI_OPCODE) { in dump_mi_command()1617 case MI_LOAD_REGISTER_MEM & MI_OPCODE: in dump_mi_command()
Completed in 9 milliseconds