Lines Matching defs:Set8Bits
85 #define Set8Bits(value) ((value)&0xff)
720 newmode.crtc[0x0] = Set8Bits (hTotal);
721 newmode.crtc[0x1] = Set8Bits (hDisplay);
722 newmode.crtc[0x2] = Set8Bits (hBlankStart);
724 newmode.crtc[0x4] = Set8Bits (hStart);
738 newmode.crtc[0x10] = Set8Bits (vStart);
741 newmode.crtc[0x12] = Set8Bits (vDisplay);
743 newmode.crtc[0x15] = Set8Bits (vBlankStart);
744 newmode.crtc[0x16] = Set8Bits (vBlankEnd);
762 newmode.ext.interlace = Set8Bits(tmp);