Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c47 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_copyarea()
81 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_imageblit1()
285 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_fillrect()
H A Dmb862xxfb_accel.h190 #define GDC_ROP_COPY 0x0003 macro