Searched refs:CP_PACKET3_GET_OPCODE (Results 1 – 11 of 11) sorted by relevance
80 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
492 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
799 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
220 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
79 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
995 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
1163 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
1049 pkt->opcode = CP_PACKET3_GET_OPCODE(header); in evergreen_cs_packet_parse()3606 pkt.opcode = CP_PACKET3_GET_OPCODE(ib->ptr[idx]); in evergreen_ib_parse()
824 pkt->opcode = CP_PACKET3_GET_OPCODE(header); in r600_cs_packet_parse()
1442 pkt->opcode = CP_PACKET3_GET_OPCODE(header); in r100_cs_packet_parse()
2923 pkt.opcode = CP_PACKET3_GET_OPCODE(ib->ptr[idx]); in si_ib_parse()