Home
last modified time | relevance | path

Searched refs:RADEON_CP_PACKET3_GET_OPCODE (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_cs.c775 pkt->opcode = RADEON_CP_PACKET3_GET_OPCODE(header); in radeon_cs_packet_parse()
H A Dradeon_reg.h3713 #define RADEON_CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF) macro
H A Devergreen_cs.c3540 pkt.opcode = RADEON_CP_PACKET3_GET_OPCODE(ib->ptr[idx]); in evergreen_ib_parse()
H A Dsi.c4755 pkt.opcode = RADEON_CP_PACKET3_GET_OPCODE(ib->ptr[idx]); in si_ib_parse()