Searched refs:subop (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/host1x/hw/
H A Ddebug_hw.c44 unsigned subop; local
92 subop = val >> 24 & 0xf;
93 if (subop == HOST1X_OPCODE_EXTEND_ACQUIRE_MLOCK)
96 else if (subop == HOST1X_OPCODE_EXTEND_RELEASE_MLOCK)
/drivers/acpi/acpica/
H A Dpsargs.c718 u32 subop; local
802 subop = acpi_ps_peek_opcode(parser_state);
803 if (subop == 0 ||
804 acpi_ps_is_leading_char(subop) ||
805 ACPI_IS_ROOT_PREFIX(subop) ||
806 ACPI_IS_PARENT_PREFIX(subop)) {
/drivers/scsi/csiostor/
H A Dcsio_isr.c151 uint8_t subop; local
158 subop = FW_SCSI_ABRT_CLS_WR_SUB_OPCODE_GET(
163 subop ? "Close" : "Abort",
167 if (subop)

Completed in 1011 milliseconds