Searched refs:subopcode (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/xe/instructions/ |
| A D | xe_gfxpipe_commands.h | 25 #define GFXPIPE_COMMON_CMD(opcode, subopcode) \ argument 28 REG_FIELD_PREP(GFXPIPE_SUBOPCODE, subopcode)) 30 #define GFXPIPE_SINGLE_DW_CMD(opcode, subopcode) \ argument 33 REG_FIELD_PREP(GFXPIPE_SUBOPCODE, subopcode)) 35 #define GFXPIPE_3D_CMD(opcode, subopcode) \ argument 38 REG_FIELD_PREP(GFXPIPE_SUBOPCODE, subopcode)) 40 #define GFXPIPE_COMPUTE_CMD(opcode, subopcode) \ argument 43 REG_FIELD_PREP(GFXPIPE_SUBOPCODE, subopcode))
|
| /linux/arch/arc/kernel/ |
| A D | disasm.c | 27 int subopcode, is_linked, op_format; in disasm_instr() local 148 subopcode = MINOR_OPCODE(state->words[0]); in disasm_instr() 149 switch (subopcode) { in disasm_instr() 156 if (subopcode == 33 || subopcode == 35) in disasm_instr() 159 if (subopcode == 34 || subopcode == 35) in disasm_instr() 298 subopcode = BITS(state->words[0], 5, 7); in disasm_instr() 299 switch (subopcode) { in disasm_instr() 306 state->delay_slot = subopcode & 1; in disasm_instr() 307 state->flow = (subopcode >= 2) ? in disasm_instr() 316 state->delay_slot = (subopcode == 7); in disasm_instr()
|
| /linux/drivers/scsi/megaraid/ |
| A D | megaraid_mm.c | 286 uint8_t subopcode; in handle_drvrcmd() local 304 subopcode = kmimd.ui.fcs.subopcode; in handle_drvrcmd() 314 switch (subopcode) { in handle_drvrcmd() 361 uint8_t subopcode; in mimd_to_kioc() local 375 subopcode = mimd.ui.fcs.subopcode; in mimd_to_kioc() 389 if (subopcode == MEGAIOC_QADAPINFO) { in mimd_to_kioc() 808 uint8_t subopcode; in kioc_to_mimd() local 821 subopcode = kmimd.ui.fcs.subopcode; in kioc_to_mimd() 824 switch (subopcode) { in kioc_to_mimd()
|
| A D | megaraid_mm.h | 69 uint8_t subopcode; member
|
| A D | mbox_defs.h | 198 u8 subopcode; member
|
| /linux/drivers/scsi/ |
| A D | megaraid.h | 477 u8 subopcode; member 529 u8 subopcode; member
|
| A D | megaraid.c | 3376 u8 subopcode; in mega_m_to_n() local 3418 subopcode = uioc_mimd.ui.fcs.subopcode; in mega_m_to_n() 3423 switch (subopcode) { in mega_m_to_n() 3820 mc.subopcode = logdrv; in mega_do_del_logdrv() 3943 mc.subopcode = ENQ3_GET_SOLICITED_FULL; in mega_adapinq() 4092 mc->cmd, mc->opcode, mc->subopcode, rval); in mega_internal_command()
|
| /linux/drivers/gpu/drm/amd/include/ |
| A D | mes_v12_api_def.h | 585 enum MES_API_QUERY_MES_OPCODE subopcode; member
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_lrc.c | 1315 u32 subopcode = REG_FIELD_GET(GFXPIPE_SUBOPCODE, *dw); in dump_gfxpipe_command() local 1453 *dw, pipeline, opcode, subopcode, numdw); in dump_gfxpipe_command()
|
Completed in 42 milliseconds