Searched refs:I830_TAIL_MASK (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_ring.h68 _tail = INREG(LP_RING + RING_TAIL) & I830_TAIL_MASK; \
H A Di810_reg.h687 #define I830_TAIL_MASK 0x001FFFF8 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_ring.h68 _tail = INREG(LP_RING + RING_TAIL) & I830_TAIL_MASK; \
H A Di810_reg.h687 #define I830_TAIL_MASK 0x001FFFF8 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_ring.h68 _tail = INREG(LP_RING + RING_TAIL) & I830_TAIL_MASK; \
H A Di830_debug.c2198 tail = INREG (LP_RING + RING_TAIL) & I830_TAIL_MASK;
2298 tail = INREG (LP_RING + RING_TAIL) & I830_TAIL_MASK;
2522 if ((tail & I830_TAIL_MASK) != (head & I830_HEAD_MASK)) {
H A Di810_reg.h687 #define I830_TAIL_MASK 0x001FFFF8 macro

Completed in 28 milliseconds