Searched refs:OPCODE_SUBCODE (Results 1 – 3 of 3) sorted by relevance
62 #define OPCODE_SUBCODE(op, sub) (((op & 0x0f) << 8) | ((sub) & 0x7f)) macro82 (OPCODE_SUBCODE(rh->r.opcode, rh->r.subcode) != \83 OPCODE_SUBCODE(OPCODE_NIC, OPCODE_NIC_NW_DATA))
896 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_get_dispatch()955 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_register_dispatch_fn()1030 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_unregister_dispatch_fn()
78 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_get_dispatch_arg()