Searched refs:CP_PACKET3_GET_OPCODE (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dnid.h492 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
H A Dr300d.h80 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
H A Drv515d.h220 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
H A Dsid.h799 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
H A Dr100d.h79 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
H A Devergreen_cs.c1049 pkt->opcode = CP_PACKET3_GET_OPCODE(header);
3606 pkt.opcode = CP_PACKET3_GET_OPCODE(ib->ptr[idx]);
H A Devergreend.h995 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
H A Dr600_cs.c824 pkt->opcode = CP_PACKET3_GET_OPCODE(header);
H A Dr600d.h1163 #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
H A Dr100.c1442 pkt->opcode = CP_PACKET3_GET_OPCODE(header);
H A Dsi.c2923 pkt.opcode = CP_PACKET3_GET_OPCODE(ib->ptr[idx]);

Completed in 152 milliseconds