Searched refs:BIT_PLANE (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaHW.h173 #define BIT_PLANE 3 /* Which plane we write to in mono mode */ macro
H A DvgaHW.c1227 regp->Sequencer[2] = 1 << BIT_PLANE;
1300 regp->Graphics[4] = BIT_PLANE;
1319 if (((i & (1 << BIT_PLANE)) != 0) != flipPixels)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/
H A DvgaHW.h167 #define BIT_PLANE 3 /* Which plane we write to in mono mode */ macro
H A DvgaHW.c1228 regp->Sequencer[2] = 1 << BIT_PLANE;
1300 regp->Graphics[4] = BIT_PLANE;
1320 if (((i & (1 << BIT_PLANE)) != 0) != flipPixels)

Completed in 8 milliseconds