Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_cs.c758 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.c3539 pkt.opcode = RADEON_CP_PACKET3_GET_OPCODE(ib->ptr[idx]); in evergreen_ib_parse()
H A Dsi.c4742 pkt.opcode = RADEON_CP_PACKET3_GET_OPCODE(ib->ptr[idx]); in si_ib_parse()