Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/voyager/
Dvoyagerfb.c819 SM502_CTRL_USE_ROP2 | in voyagerfb_rectfill()
837 cmd = (rop & 0xf) | SM502_CTRL_USE_ROP2 | SM502_CTRL_CMD_BITBLT | in voyagerfb_bitblt()
958 SM502_CTRL_USE_ROP2 | in voyagerfb_putchar_mono()
1029 SM502_CTRL_USE_ROP2 | in voyagerfb_putchar_aa32()
1118 SM502_CTRL_USE_ROP2 | in voyagerfb_putchar_aa8()
/netbsd/src/sys/dev/ic/
Dsm502reg.h303 #define SM502_CTRL_USE_ROP2 0x00008000 /* X-style ROPs vs. Win */ macro