Home
last modified time | relevance | path

Searched refs:subop (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/arch/parisc/math-emu/
Dfpudispatch.c184 u_int class, subop; in fpudispatch() local
197 subop = get_subop1_PA2_0(ir); in fpudispatch()
199 subop = get_subop1_PA1_1(ir); in fpudispatch()
202 subop = get_subop(ir); in fpudispatch()
204 if (FPUDEBUG) printk("class %d subop %d\n", class, subop); in fpudispatch()
209 return(decode_0c(ir,class,subop,fpregs)); in fpudispatch()
211 return(decode_0e(ir,class,subop,fpregs)); in fpudispatch()
239 u_int class, subop, major; in emfpudispatch() local
251 subop = get_subop1_PA2_0(ir); in emfpudispatch()
253 subop = get_subop1_PA1_1(ir); in emfpudispatch()
[all …]
/Linux-v5.4/drivers/acpi/acpica/
Dpsargs.c710 u32 subop; in acpi_ps_get_next_arg() local
804 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg()
805 if (subop == 0 || in acpi_ps_get_next_arg()
806 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg()
807 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg()
808 ACPI_IS_PARENT_PREFIX(subop)) { in acpi_ps_get_next_arg()
838 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg()
839 if (subop == 0 || in acpi_ps_get_next_arg()
840 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg()
841 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg()
[all …]
/Linux-v5.4/drivers/mtd/nand/raw/
Dvf610_nfc.c352 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument
354 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr()
359 return &subop->instrs[*op_id]; in vf610_get_next_instr()
363 const struct nand_subop *subop) in vf610_nfc_cmd() argument
377 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
385 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
389 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd()
390 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
402 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
406 trfr_sz = nand_subop_get_data_len(subop, op_id); in vf610_nfc_cmd()
[all …]
Dnand_base.c1956 struct nand_subop subop; member
2030 unsigned int instr_offset = ctx->subop.first_instr_start_off; in nand_op_parser_match_pat()
2032 const struct nand_op_instr *instr = ctx->subop.instrs; in nand_op_parser_match_pat()
2093 ctx->subop.ninstrs = ninstrs; in nand_op_parser_match_pat()
2094 ctx->subop.last_instr_end_off = instr_offset; in nand_op_parser_match_pat()
2111 if (instr == &ctx->subop.instrs[0]) in nand_op_parser_trace()
2116 if (instr == &ctx->subop.instrs[ctx->subop.ninstrs - 1]) in nand_op_parser_trace()
2130 if (a->subop.ninstrs < b->subop.ninstrs) in nand_op_parser_cmp_ctx()
2132 else if (a->subop.ninstrs > b->subop.ninstrs) in nand_op_parser_cmp_ctx()
2135 if (a->subop.last_instr_end_off < b->subop.last_instr_end_off) in nand_op_parser_cmp_ctx()
[all …]
Dmarvell_nand.c1636 const struct nand_subop *subop, in marvell_nfc_parse_instructions() argument
1648 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
1653 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1670 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
1671 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions()
1697 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1711 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1726 const struct nand_subop *subop, in marvell_nfc_xfer_data_pio() argument
1732 unsigned int len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_xfer_data_pio()
1733 unsigned int offset = nand_subop_get_data_start_off(subop, op_id); in marvell_nfc_xfer_data_pio()
[all …]
Dtegra_nand.c348 const struct nand_subop *subop) in tegra_nand_cmd() argument
358 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in tegra_nand_cmd()
363 instr = &subop->instrs[op_id]; in tegra_nand_cmd()
380 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd()
381 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in tegra_nand_cmd()
396 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd()
397 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
406 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd()
407 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
Dsunxi_nand.c1772 const struct nand_subop *subop) in sunxi_nfc_exec_subop() argument
1780 for (i = 0; i < subop->ninstrs; i++) { in sunxi_nfc_exec_subop()
1781 const struct nand_op_instr *instr = &subop->instrs[i]; in sunxi_nfc_exec_subop()
1798 remaining = nand_subop_get_num_addr_cyc(subop, i); in sunxi_nfc_exec_subop()
1799 start = nand_subop_get_addr_start_off(subop, i); in sunxi_nfc_exec_subop()
1813 start = nand_subop_get_data_start_off(subop, i); in sunxi_nfc_exec_subop()
1814 remaining = nand_subop_get_data_len(subop, i); in sunxi_nfc_exec_subop()
1868 const struct nand_subop *subop) in sunxi_nfc_soft_waitrdy() argument
1871 subop->instrs[0].ctx.waitrdy.timeout_ms); in sunxi_nfc_soft_waitrdy()
/Linux-v5.4/drivers/gpu/host1x/hw/
Ddebug_hw.c44 unsigned int mask, subop, num, opcode; in show_channel_command() local
142 subop = val >> 24 & 0xf; in show_channel_command()
143 if (subop == HOST1X_OPCODE_EXTEND_ACQUIRE_MLOCK) in show_channel_command()
146 else if (subop == HOST1X_OPCODE_EXTEND_RELEASE_MLOCK) in show_channel_command()
/Linux-v5.4/drivers/scsi/csiostor/
Dcsio_isr.c151 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()
/Linux-v5.4/include/linux/mtd/
Drawnand.h718 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop,
720 unsigned int nand_subop_get_num_addr_cyc(const struct nand_subop *subop,
722 unsigned int nand_subop_get_data_start_off(const struct nand_subop *subop,
724 unsigned int nand_subop_get_data_len(const struct nand_subop *subop,
815 int (*exec)(struct nand_chip *chip, const struct nand_subop *subop);