Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_hci.h151 __u8 subop; member
159 .subop = (_subop), .flags = cpu_to_be16(_flags), \
185 __u8 subop; member
215 __u8 subop; member
242 __u8 subop; member
259 .subop = (_subop), .flags = cpu_to_be16(_flags), \
276 .subop = (_subop), .flags = cpu_to_be16(_flags), \
297 __u8 subop; member
334 .subop = (_subop), .flags = cpu_to_be16(_flags), \
472 __u8 subop; /* see fun_data_subop enum */ member
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvpe_6_1_fw_if.h59 #define VPE_CMD_HEADER(op, subop) \ argument
60 (((subop << VPE_HEADER_SUB_OPCODE__SHIFT) & VPE_HEADER_SUB_OPCODE_MASK) | \
142 #define VPE_PLANE_CFG_CMD_HEADER(subop, nps0, npd0, nps1, npd1) \ argument
143 (VPE_CMD_HEADER(VPE_CMD_OPCODE_PLANE_CFG, subop) | \
163 #define VPE_DIR_CFG_CMD_HEADER(subop, arr_sz) \ argument
164 (VPE_CMD_HEADER(VPE_CMD_OPCODE_VPEP_CFG, subop) | \
179 #define VPE_IND_CFG_CMD_HEADER(subop, num_dst) \ argument
180 (VPE_CMD_HEADER(VPE_CMD_OPCODE_VPEP_CFG, subop) | \
/linux/arch/parisc/math-emu/
H A 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/drivers/mtd/nand/raw/
H A Darasan-nand-controller.c596 const struct nand_subop *subop, in anfc_parse_instructions() argument
610 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in anfc_parse_instructions()
615 instr = &subop->instrs[op_id]; in anfc_parse_instructions()
628 offset = nand_subop_get_addr_start_off(subop, op_id); in anfc_parse_instructions()
629 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in anfc_parse_instructions()
645 offset = nand_subop_get_data_start_off(subop, op_id); in anfc_parse_instructions()
648 nfc_op->len = nand_subop_get_data_len(subop, op_id); in anfc_parse_instructions()
724 const struct nand_subop *subop, in anfc_misc_data_type_exec() argument
731 ret = anfc_parse_instructions(chip, subop, &nfc_op); in anfc_misc_data_type_exec()
748 const struct nand_subop *subop) in anfc_param_read_type_exec() argument
[all …]
H A Dvf610_nfc.c348 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr() argument
350 if (*op_id + 1 >= subop->ninstrs) in vf610_get_next_instr()
355 return &subop->instrs[*op_id]; in vf610_get_next_instr()
359 const struct nand_subop *subop) in vf610_nfc_cmd() argument
373 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
381 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
385 int naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in vf610_nfc_cmd()
386 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
398 instr = vf610_get_next_instr(subop, &op_id); in vf610_nfc_cmd()
402 trfr_sz = nand_subop_get_data_len(subop, op_id); in vf610_nfc_cmd()
[all …]
H A Dqcom_nandc.c1601 const struct nand_subop *subop, in qcom_parse_instructions() argument
1608 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in qcom_parse_instructions()
1612 instr = &subop->instrs[op_id]; in qcom_parse_instructions()
1625 offset = nand_subop_get_addr_start_off(subop, op_id); in qcom_parse_instructions()
1626 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in qcom_parse_instructions()
1689 const struct nand_subop *subop) in qcom_read_status_exec() argument
1703 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_read_status_exec()
1746 len = nand_subop_get_data_len(subop, op_id); in qcom_read_status_exec()
1753 static int qcom_read_id_type_exec(struct nand_chip *chip, const struct nand_subop *subop) in qcom_read_id_type_exec() argument
1763 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_read_id_type_exec()
[all …]
H A Dtegra_nand.c351 const struct nand_subop *subop) in tegra_nand_cmd() argument
361 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in tegra_nand_cmd()
366 instr = &subop->instrs[op_id]; in tegra_nand_cmd()
383 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd()
384 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in tegra_nand_cmd()
399 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd()
400 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
409 size = nand_subop_get_data_len(subop, op_id); in tegra_nand_cmd()
410 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
/linux/drivers/acpi/acpica/
H A Dpsargs.c745 u32 subop; in acpi_ps_get_next_arg() local
843 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg()
844 if (subop == 0 || in acpi_ps_get_next_arg()
845 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg()
846 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg()
847 ACPI_IS_PARENT_PREFIX(subop)) { in acpi_ps_get_next_arg()
881 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg()
882 if (subop == 0 || in acpi_ps_get_next_arg()
883 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg()
884 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg()
[all …]
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c11 .subop = FUN_ADMIN_SUBOP_CREATE, in fun_admin_ktls_create()
27 .subop = FUN_ADMIN_SUBOP_MODIFY, in fun_ktls_add()
86 req.subop = FUN_ADMIN_SUBOP_MODIFY; in fun_ktls_del()
110 req.subop = FUN_ADMIN_SUBOP_MODIFY; in fun_ktls_resync()
/linux/drivers/scsi/csiostor/
H A 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/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c633 const struct nand_subop *subop) in atmel_hsmc_exec_cmd_addr() argument
642 for (i = 0; i < subop->ninstrs; i++) { in atmel_hsmc_exec_cmd_addr()
643 const struct nand_op_instr *instr = &subop->instrs[i]; in atmel_hsmc_exec_cmd_addr()
650 for (j = nand_subop_get_addr_start_off(subop, i); in atmel_hsmc_exec_cmd_addr()
651 j < nand_subop_get_num_addr_cyc(subop, i); j++) { in atmel_hsmc_exec_cmd_addr()
661 const struct nand_subop *subop) in atmel_hsmc_exec_rw() argument
663 const struct nand_op_instr *instr = subop->instrs; in atmel_hsmc_exec_rw()
679 const struct nand_subop *subop) in atmel_hsmc_exec_waitrdy() argument
681 const struct nand_op_instr *instr = subop->instrs; in atmel_hsmc_exec_waitrdy()
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c1473 if (op->subop == XE_VMA_SUBOP_MAP_RANGE) { in op_check_svm_userptr()
2075 if (op->subop == XE_VMA_SUBOP_MAP_RANGE) { in op_prepare()
2081 } else if (op->subop == XE_VMA_SUBOP_UNMAP_RANGE) { in op_prepare()
2297 if (op->subop == XE_VMA_SUBOP_MAP_RANGE) in op_commit()
2299 else if (op->subop == XE_VMA_SUBOP_UNMAP_RANGE) in op_commit()