Searched refs:GDC_ROP_COPY (Results 1 – 2 of 2) sorted by relevance
53 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_copyarea()87 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_imageblit1()203 mdr = (GDC_ROP_COPY << 9); in mb86290fb_imageblit()293 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_fillrect()
190 #define GDC_ROP_COPY 0x0003 macro