Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c49 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_copyarea()
83 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_imageblit1()
199 mdr = (GDC_ROP_COPY << 9); in mb86290fb_imageblit()
289 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_fillrect()
Dmb862xxfb_accel.h190 #define GDC_ROP_COPY 0x0003 macro