Searched refs:RADEON_CP_PACKET3 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/dev/drm/
H A Dradeon_drv.h1155 #define RADEON_CP_PACKET3 0xC0000000 macro
1900 (RADEON_CP_PACKET3 | (pkt) | ((n) << 16))
H A Dradeon_cs.c752 case RADEON_CP_PACKET3:
H A Dradeon_state.c280 if ((cmd[0] & 0xc0000000) != RADEON_CP_PACKET3) {
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_drv.h1071 #define RADEON_CP_PACKET3 0xC0000000 macro
1920 (RADEON_CP_PACKET3 | (pkt) | ((n) << 16))
H A Dradeon_reg.h3388 #define RADEON_CP_PACKET3 0xC0000000 macro
H A Dradeon_state.c290 if ((*cmd & 0xc0000000) != RADEON_CP_PACKET3) {

Completed in 199 milliseconds