Searched refs:RADEON_CP_PACKET3 (Results 1 – 7 of 7) sorted by relevance
22 #define CP_PACKET3(pkt, n) (RADEON_CP_PACKET3 | (pkt) | ((n) << 16))
795 if ((cmd[0] & RADEON_CP_PACKET_MASK) != RADEON_CP_PACKET3 || in radeon_emit_packet3()
1144 if ((cmd[0] & RADEON_CP_PACKET_MASK) != RADEON_CP_PACKET3 || in radeon_emit_packet3()
3544 #define RADEON_CP_PACKET3 0xC0000000 macro3552 (RADEON_CP_PACKET3 | (op) | ((count) << 16))
2029 #define RADEON_CP_PACKET3 0xC0000000 macro