Searched defs:opcode (Results 1 - 25 of 224) sorted by relevance

123456789

/drivers/acpi/acpica/
H A Dexresop.c115 * PARAMETERS: opcode - Opcode being interpreted
133 acpi_ex_resolve_operands(u16 opcode, argument
146 ACPI_FUNCTION_TRACE_U32(ex_resolve_operands, opcode);
148 op_info = acpi_ps_get_opcode_info(opcode);
155 ACPI_ERROR((AE_INFO, "Unknown AML opcode 0x%X", opcode));
162 opcode, op_info->name, arg_types));
334 if ((opcode == AML_STORE_OP) &&
697 acpi_ps_get_opcode_name(opcode),
H A Dpsopinfo.c3 * Module Name: psopinfo - AML opcode information functions and dispatch tables
63 * PARAMETERS: opcode - The AML opcode
65 * RETURN: A pointer to the info about the opcode.
67 * DESCRIPTION: Find AML opcode description based on the opcode.
72 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode) argument
75 const char *opcode_name = "Unknown AML opcode";
81 * Detect normal 8-bit opcode or extended 16-bit opcode
164 acpi_ps_get_opcode_name(u16 opcode) argument
[all...]
H A Dpsutils.c81 * opcode - Opcode to store in the Op
89 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) argument
94 op->common.aml_opcode = opcode;
98 (opcode))->name,
106 * PARAMETERS: opcode - Opcode that will be stored in the new Op
111 * opcode. A cache of opcodes is available for the pure
116 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode) argument
124 op_info = acpi_ps_get_opcode_info(opcode);
132 } else if (opcode == AML_INT_BYTELIST_OP) {
152 acpi_ps_init_op(op, opcode);
[all...]
H A Dpsparse.c49 * fairly compact by parsing based on a list of AML opcode
67 * PARAMETERS: opcode - An AML opcode
69 * RETURN: Size of the opcode, in bytes (1 or 2)
71 * DESCRIPTION: Get the size of the current opcode.
74 u32 acpi_ps_get_opcode_size(u32 opcode) argument
77 /* Extended (2-byte) opcode if > 255 */
79 if (opcode > 0x00FF) {
83 /* Otherwise, just a single byte opcode */
94 * RETURN: Next AML opcode
103 u16 opcode; local
[all...]
H A Ddsmthdat.c66 acpi_ds_method_data_get_type(u16 opcode,
441 "Not a Arg/Local opcode: 0x%X",
673 * PARAMETERS: opcode - Either AML_LOCAL_OP or AML_ARG_OP
684 acpi_ds_method_data_get_type(u16 opcode, argument
695 status = acpi_ds_method_data_get_node(opcode, index, walk_state, &node);
H A Ddsobject.c305 "Expecting bytelist, found AML opcode 0x%X in op %p",
374 * than the Package list length (for the fixed length package opcode), some
615 * opcode - AML opcode associated with the object
629 u16 opcode,
639 op_info = acpi_ps_get_opcode_info(opcode);
642 /* Unknown opcode */
686 switch (opcode) {
716 "Unknown constant opcode 0x%X",
717 opcode));
627 acpi_ds_init_object_from_op(struct acpi_walk_state *walk_state, union acpi_parse_object *op, u16 opcode, union acpi_operand_object **ret_obj_desc) argument
[all...]
H A Dexmisc.c402 * PARAMETERS: opcode - AML opcode
408 * DESCRIPTION: Execute a math AML opcode. The purpose of having all of the
414 u64 acpi_ex_do_math_op(u16 opcode, u64 integer0, u64 integer1) argument
419 switch (opcode) {
484 * PARAMETERS: opcode - AML opcode
491 * DESCRIPTION: Execute a logical "Numeric" AML opcode. For these Numeric
501 acpi_ex_do_logical_numeric_op(u16 opcode, argument
509 switch (opcode) {
563 acpi_ex_do_logical_op(u16 opcode, union acpi_operand_object *operand0, union acpi_operand_object *operand1, u8 * logical_result) argument
[all...]
H A Dacinterp.h68 u8 opcode; member in struct:acpi_exdump_info
204 acpi_ex_do_logical_numeric_op(u16 opcode,
208 acpi_ex_do_logical_op(u16 opcode,
212 u64 acpi_ex_do_math_op(u16 opcode, u64 operand0, u64 operand1);
365 acpi_ex_resolve_operands(u16 opcode,
H A Ddsutils.c221 ACPI_ERROR((AE_INFO, "Unknown parent opcode Op=%p", op));
227 * the parent opcode will not use the result, delete the object.
237 /* Never delete the return value associated with a return opcode */
262 /* The general control opcode returns no result */
331 * DESCRIPTION: Used after interpretation of an opcode. If there is an internal
332 * result descriptor, check if the parent opcode will actually use
453 * opcode to the equivalent interpreter object. This may include
468 u16 opcode; local
497 * opcode that unfortunately defines the field name as the last
502 * actual opcode exist
[all...]
H A Dnsxfname.c543 u16 opcode; local
560 /* First AML opcode in the table must be a control method */
563 opcode = acpi_ps_peek_opcode(&parser_state);
564 if (opcode != AML_METHOD_OP) {
570 parser_state.aml += acpi_ps_get_opcode_size(opcode);
H A Dpsargs.c3 * Module Name: psargs - Parse AML opcode arguments
272 if (walk_state->opcode == AML_UNLOAD_OP) {
395 u16 opcode; local
405 opcode = AML_BYTE_OP;
414 opcode = AML_WORD_OP;
423 opcode = AML_DWORD_OP;
432 opcode = AML_QWORD_OP;
441 opcode = AML_STRING_OP;
467 acpi_ps_init_op(arg, opcode);
490 u16 opcode; local
[all...]
/drivers/bcma/
H A Ddriver_chipcommon_sflash.c73 static void bcma_sflash_cmd(struct bcma_drv_cc *cc, u32 opcode) argument
77 BCMA_CC_FLASHCTL_START | opcode);
/drivers/ssb/
H A Ddriver_chipcommon_sflash.c72 static void ssb_sflash_cmd(struct ssb_chipcommon *cc, u32 opcode) argument
76 SSB_CHIPCO_FLASHCTL_START | opcode);
/drivers/infiniband/hw/ipath/
H A Dipath_uc.c102 switch (wqe->wr.opcode) {
110 if (wqe->wr.opcode == IB_WR_SEND)
139 if (wqe->wr.opcode == IB_WR_RDMA_WRITE)
169 if (wqe->wr.opcode == IB_WR_SEND)
193 if (wqe->wr.opcode == IB_WR_RDMA_WRITE)
244 int opcode; local
280 * The opcode is in the low byte when its in network order
283 opcode = be32_to_cpu(ohdr->bth[0]) >> 24;
296 switch (opcode) {
313 /* Check for opcode sequenc
[all...]
H A Dipath_ud.c96 if (swqe->wr.opcode == IB_WR_SEND_WITH_IMM) {
214 wc.opcode = IB_WC_RECV;
343 if (wqe->wr.opcode == IB_WR_SEND_WITH_IMM) {
413 int opcode; local
476 * The opcode is in the low byte when its in network order
479 opcode = be32_to_cpu(ohdr->bth[0]) >> 24;
481 opcode == IB_OPCODE_UD_SEND_ONLY_WITH_IMMEDIATE) {
489 } else if (opcode == IB_OPCODE_UD_SEND_ONLY) {
559 wc.opcode = IB_WC_RECV;
/drivers/infiniband/hw/qib/
H A Dqib_uc.c105 switch (wqe->wr.opcode) {
113 if (wqe->wr.opcode == IB_WR_SEND)
142 if (wqe->wr.opcode == IB_WR_RDMA_WRITE)
172 if (wqe->wr.opcode == IB_WR_SEND)
196 if (wqe->wr.opcode == IB_WR_RDMA_WRITE)
246 u32 opcode; local
264 opcode = be32_to_cpu(ohdr->bth[0]);
265 if (qib_ruc_check_hdr(ibp, hdr, has_grh, qp, opcode))
269 opcode >>= 24;
286 switch (opcode) {
[all...]
/drivers/scsi/megaraid/
H A Dmegaraid_mm.h47 * @opcode :
72 uint8_t opcode; member in struct:mimd::__anon5809::__anon5810
/drivers/scsi/
H A Dnsp32_debug.c47 #define group(opcode) (((opcode) >> 5) & 7)
63 static void print_opcodek(unsigned char opcode) argument
65 const char **table = commands[ group(opcode) ];
69 printk("%s[%02x] ", reserved, opcode);
72 printk("%s(notext)[%02x] ", unknown, opcode);
75 printk("%s[%02x] ", vendor, opcode);
78 if (table[opcode & 0x1f] != unknown)
79 printk("%s[%02x] ", table[opcode & 0x1f], opcode);
[all...]
/drivers/scsi/pcmcia/
H A Dnsp_debug.c49 #define group(opcode) (((opcode) >> 5) & 7)
65 static void print_opcodek(unsigned char opcode) argument
67 const char **table = commands[ group(opcode) ];
71 printk("%s[%02x] ", reserved, opcode);
74 printk("%s(notext)[%02x] ", unknown, opcode);
77 printk("%s[%02x] ", vendor, opcode);
80 if (table[opcode & 0x1f] != unknown)
81 printk("%s[%02x] ", table[opcode & 0x1f], opcode);
[all...]
/drivers/gpu/drm/i915/
H A Dintel_sideband.c43 u32 port, u32 opcode, u32 addr, u32 *val)
46 bool is_read = (opcode == SB_MRD_NP || opcode == SB_CRRDDA_NP);
48 cmd = (devfn << IOSF_DEVFN_SHIFT) | (opcode << IOSF_OPCODE_SHIFT) |
42 vlv_sideband_rw(struct drm_i915_private *dev_priv, u32 devfn, u32 port, u32 opcode, u32 addr, u32 *val) argument
/drivers/mtd/devices/
H A Dbcm47xxsflash.c20 static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode) argument
24 b47s->cc_write(b47s, BCMA_CC_FLASHCTL, BCMA_CC_FLASHCTL_START | opcode);
/drivers/net/wimax/i2400m/
H A Dusb-fw.c188 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd); local
210 opcode, result);
215 "(%zd vs %zu submitted)\n", opcode, result, cmd_size);
/drivers/bluetooth/
H A Dbtmrvl_main.c54 u16 opcode; local
57 opcode = __le16_to_cpu(ec->opcode);
64 if (hci_opcode_ogf(opcode) == 0x3F) {
65 BT_DBG("vendor event skipped: opcode=%#4.4x",
66 opcode);
169 static int btmrvl_send_sync_cmd(struct btmrvl_private *priv, u16 opcode, argument
182 hdr->opcode = cpu_to_le16(opcode);
H A Dhci_vhci.c98 static int vhci_create_device(struct vhci_data *data, __u8 opcode) argument
105 dev_type = opcode & 0x03;
111 if (opcode & 0x3c)
136 if (opcode & 0x40)
140 if (opcode & 0x80)
154 *skb_put(skb, 1) = opcode;
167 __u8 pkt_type, opcode; local
207 opcode = *((__u8 *) skb->data);
217 ret = vhci_create_device(data, opcode);
/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h168 OUT_PKT3(struct msm_ringbuffer *ring, uint8_t opcode, uint16_t cnt) argument
171 OUT_RING(ring, CP_TYPE3_PKT | ((cnt-1) << 16) | ((opcode & 0xFF) << 8));

Completed in 395 milliseconds

123456789