Searched refs:CP_PACKET_GET_TYPE (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dnid.h489 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Dr300d.h76 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Drv515d.h216 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Dsid.h796 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Dr100d.h75 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Devergreen_cs.c1041 pkt->type = CP_PACKET_GET_TYPE(header);
3594 pkt.type = CP_PACKET_GET_TYPE(ib->ptr[idx]);
H A Devergreend.h992 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Dr600_cs.c816 pkt->type = CP_PACKET_GET_TYPE(header);
H A Dr600d.h1160 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Dr100.c1434 pkt->type = CP_PACKET_GET_TYPE(header);
H A Dsi.c2911 pkt.type = CP_PACKET_GET_TYPE(ib->ptr[idx]);

Completed in 142 milliseconds