Searched refs:RING_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/video/fbdev/i810/ | ||
H A D | i810.h | 140 #define RING_SIZE_MASK (RINGBUFFER_SIZE - 1) macro |
H A D | i810_accel.c | 28 par->cur_tail &= RING_SIZE_MASK; \ |