Searched refs:RADEON_CP_PACKET_COUNT_MASK (Results 1 – 4 of 4) sorted by relevance
476 count = (header & RADEON_CP_PACKET_COUNT_MASK) >> 16; in r300_emit_3d_load_vbpntr()541 count = (*cmd & RADEON_CP_PACKET_COUNT_MASK) >> 16; in r300_emit_bitblt_multi()587 count = (*cmd & RADEON_CP_PACKET_COUNT_MASK) >> 16; in r300_emit_draw_indx_2()
1167 #define RADEON_CP_PACKET_COUNT_MASK 0x3fff0000 macro
3387 # define RADEON_CP_PACKET_COUNT_MASK 0x3fff0000 macro
286 count = ((*cmd & RADEON_CP_PACKET_COUNT_MASK) >> 16); in radeon_check_and_fixup_packet3()