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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Di810_drv.h159 I810_WRITE(LP_RING + RING_TAIL, outring); \
191 #define RING_TAIL 0x00 macro
H A Di830_drv.h179 I830_WRITE(LP_RING + RING_TAIL, outring); \
211 #define RING_TAIL 0x00 macro
H A Di915_drv.h188 I915_WRITE(LP_RING + RING_TAIL, outring); \
238 #define RING_TAIL 0x00 macro
H A Di915_dma.c82 ring->tail = I915_READ(LP_RING + RING_TAIL) & TAIL_ADDR;
H A Di810_dma.c285 ring->tail = I810_READ(LP_RING + RING_TAIL);
H A Di830_dma.c290 ring->tail = I830_READ(LP_RING + RING_TAIL) & TAIL_ADDR;

Completed in 103 milliseconds