Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_cs.c746 pkt->count = RADEON_CP_PACKET_GET_COUNT(header); in radeon_cs_packet_parse()
H A Dradeon_reg.h3711 #define RADEON_CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Devergreen_cs.c3528 pkt.count = RADEON_CP_PACKET_GET_COUNT(ib->ptr[idx]); in evergreen_ib_parse()
H A Dsi.c4731 pkt.count = RADEON_CP_PACKET_GET_COUNT(ib->ptr[idx]); in si_ib_parse()