Searched refs:OPCODE_BITS (Results 1 – 3 of 3) sorted by relevance
718 #define OPCODE_BITS (0xfLL << OPCODE_SHIFT) macro729 (((i) & (OPCODE_BITS | X6_BITS)) == (2LL << OPCODE_SHIFT))731 (((i) & (OPCODE_BITS | X_BITS | X6_BITS | Y_BITS)) \734 (((i) & (OPCODE_BITS | X3_BITS | X6_BITS | Y_BITS)) \737 (((i) & (OPCODE_BITS | X3_BITS | X2_BITS | X4_BITS | Y_BITS)) \740 (((i) & (OPCODE_BITS | BTYPE_BITS)) == (0x4LL << OPCODE_SHIFT))742 (((i) & OPCODE_BITS) == (0x5LL << OPCODE_SHIFT))
1421 #define OPCODE_BITS 0x00000fff macro
4961 …SA_DBG1(("mpiGeneralEventRsp: OpCode 0x%X status 0x%x\n",pIomb->inbIOMBpayload[0] & OPCODE_BITS, s… in mpiGeneralEventRsp()5009 OpCode = (bit16)(GenEventData.inbIOMBpayload[0] & OPCODE_BITS); in mpiGeneralEventRsp()5011 …EventRsp:OpCode 0x%X [0] 0x%08x\n" ,OpCode,(bit16)(GenEventData.inbIOMBpayload[0] & OPCODE_BITS))); in mpiGeneralEventRsp()