Searched refs:PM3Config2D_ForegroundROP (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/
H A Dpm3fb.c399 rop = PM3Config2D_ForegroundROP(0x3); /* GXcopy */ pm3fb_fillrect()
401 rop = PM3Config2D_ForegroundROP(0x6) | /* GXxor */ pm3fb_fillrect()
491 PM3Config2D_ForegroundROP(0x3) | /* Ox3 is GXcopy */ pm3fb_copyarea()
566 PM3Config2D_ForegroundROP(0x3) | pm3fb_imageblit()
/linux-4.1.27/include/video/
H A Dpm3fb.h944 #define PM3Config2D_ForegroundROP(rop) (((rop) & 0xf) << 7) macro

Completed in 64 milliseconds