Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dpm3fb.c393 rop = PM3Config2D_ForegroundROP(0x3); /* GXcopy */ in pm3fb_fillrect()
395 rop = PM3Config2D_ForegroundROP(0x6) | /* GXxor */ in pm3fb_fillrect()
485 PM3Config2D_ForegroundROP(0x3) | /* Ox3 is GXcopy */ in pm3fb_copyarea()
560 PM3Config2D_ForegroundROP(0x3) | in pm3fb_imageblit()
/openbmc/linux/include/video/
H A Dpm3fb.h944 #define PM3Config2D_ForegroundROP(rop) (((rop) & 0xf) << 7) macro