Home
last modified time | relevance | path

Searched refs:PUT_RING (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/video/fbdev/i810/
H A Di810_accel.c25 #define PUT_RING(n) { \ macro
169 PUT_RING(BLIT | SOURCE_COPY_BLIT | 4); in source_copy_blit()
170 PUT_RING(xdir | rop << 16 | dpitch | DYN_COLOR_EN | blit_bpp); in source_copy_blit()
171 PUT_RING(dheight << 16 | dwidth); in source_copy_blit()
172 PUT_RING(dest); in source_copy_blit()
173 PUT_RING(dpitch); in source_copy_blit()
174 PUT_RING(src); in source_copy_blit()
203 PUT_RING(BLIT | COLOR_BLT | 3); in color_blit()
204 PUT_RING(rop << 16 | pitch | SOLIDPATTERN | DYN_COLOR_EN | blit_bpp); in color_blit()
205 PUT_RING(height << 16 | width); in color_blit()
[all …]