Searched refs:CP_PACKET_GET_COUNT (Results 1 - 9 of 9) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dnid.h438 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Dr300d.h74 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Devergreen_cs.c201 pkt->count = CP_PACKET_GET_COUNT(header);
1788 pkt.count = CP_PACKET_GET_COUNT(ib->ptr[idx]);
H A Drv515d.h214 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Devergreend.h656 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Dr100d.h73 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Dr600_cs.c597 pkt->count = CP_PACKET_GET_COUNT(header);
H A Dr600d.h805 #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF) macro
H A Dr100.c1267 pkt->count = CP_PACKET_GET_COUNT(header);

Completed in 850 milliseconds