Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dpm3fb.c1855 (PM3Config2D_ForegroundROP(0x3)) | /* Ox3 is GXcopy */ in pm3fb_cfb32_clear()
1886 (PM3Config2D_ForegroundROP(0x3)) | /* Ox3 is GXcopy */ in pm3fb_cfb32_clear()
1930 (PM3Config2D_ForegroundROP(0x3)) | /* Ox3 is GXcopy */ in pm3fb_cfb32_clear_margins()
1957 (PM3Config2D_ForegroundROP(0x3)) | /* Ox3 is GXcopy */ in pm3fb_cfb32_clear_margins()
2004 (PM3Config2D_ForegroundROP(0x3)) | /* Ox3 is GXcopy */ in pm3fb_cfb16_clear()
2050 (PM3Config2D_ForegroundROP(0x3)) | /* Ox3 is GXcopy */ in pm3fb_cfb16_clear_margins()
2087 (PM3Config2D_ForegroundROP(0x3)) | /* Ox3 is GXcopy */ in pm3fb_cfb16_clear_margins()
2143 (PM3Config2D_ForegroundROP(0x3)) | /* Ox3 is GXcopy */ in pm3fb_cfb8_clear()
2184 (PM3Config2D_ForegroundROP(0x3)) | /* Ox3 is GXcopy */ in pm3fb_cfb8_clear_margins()
2211 (PM3Config2D_ForegroundROP(0x3)) | /* Ox3 is GXcopy */ in pm3fb_cfb8_clear_margins()
[all …]
Dpm3fb.h973 #define PM3Config2D_ForegroundROP(rop) (((rop)&0xf)<<7) macro