Searched refs:MI_OPCODE (Results 1 – 2 of 2) sorted by relevance
192 #define MI_OPCODE(x) (((x) >> 23) & 0x3f) macro193 #define IS_MI_LRI_CMD(x) (MI_OPCODE(x) == MI_OPCODE(MI_INSTR(0x22, 0)))
1818 u32 opcode = REG_FIELD_GET(MI_OPCODE, inst_header); in dump_mi_command()1822 switch (inst_header & MI_OPCODE) { in dump_mi_command()1848 switch (inst_header & MI_OPCODE) { in dump_mi_command()1856 case MI_LOAD_REGISTER_MEM & MI_OPCODE: in dump_mi_command()