Home
last modified time | relevance | path

Searched refs:CP_PACKET_GET_COUNT (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/dev/drm2/radeon/
H A Dr300d.h77 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Dnid.h490 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Dsid.h797 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Drv515d.h217 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Dr100d.h76 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Devergreend.h993 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Dr600d.h1161 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Devergreen_cs.c1042 pkt->count = CP_PACKET_GET_COUNT(header); in evergreen_cs_packet_parse()
3595 pkt.count = CP_PACKET_GET_COUNT(ib->ptr[idx]); in evergreen_ib_parse()
H A Dr600_cs.c815 pkt->count = CP_PACKET_GET_COUNT(header); in r600_cs_packet_parse()
H A Dsi.c2912 pkt.count = CP_PACKET_GET_COUNT(ib->ptr[idx]); in si_ib_parse()
H A Dr100.c1435 pkt->count = CP_PACKET_GET_COUNT(header); in r100_cs_packet_parse()