Searched refs:subop (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/parisc/math-emu/ |
D | fpudispatch.c | 197 u_int class, subop; in fpudispatch() local 210 subop = get_subop1_PA2_0(ir); in fpudispatch() 212 subop = get_subop1_PA1_1(ir); in fpudispatch() 215 subop = get_subop(ir); in fpudispatch() 217 if (FPUDEBUG) printk("class %d subop %d\n", class, subop); in fpudispatch() 222 return(decode_0c(ir,class,subop,fpregs)); in fpudispatch() 224 return(decode_0e(ir,class,subop,fpregs)); in fpudispatch() 252 u_int class, subop, major; in emfpudispatch() local 264 subop = get_subop1_PA2_0(ir); in emfpudispatch() 266 subop = get_subop1_PA1_1(ir); in emfpudispatch() [all …]
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | psargs.c | 717 u32 subop; in acpi_ps_get_next_arg() local 802 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg() 803 if (subop == 0 || in acpi_ps_get_next_arg() 804 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg() 805 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg() 806 ACPI_IS_PARENT_PREFIX(subop)) { in acpi_ps_get_next_arg()
|
/linux-4.4.14/drivers/gpu/host1x/hw/ |
D | debug_hw.c | 44 unsigned subop; in show_channel_command() local 92 subop = val >> 24 & 0xf; in show_channel_command() 93 if (subop == HOST1X_OPCODE_EXTEND_ACQUIRE_MLOCK) in show_channel_command() 96 else if (subop == HOST1X_OPCODE_EXTEND_RELEASE_MLOCK) in show_channel_command()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_isr.c | 151 uint8_t subop; in csio_process_scsi_cmpl() local 158 subop = FW_SCSI_ABRT_CLS_WR_SUB_OPCODE_GET( in csio_process_scsi_cmpl() 163 subop ? "Close" : "Abort", in csio_process_scsi_cmpl() 167 if (subop) in csio_process_scsi_cmpl()
|