Set8Bits
state->crtc[0x0] = Set8Bits(h_total);
state->crtc[0x1] = Set8Bits(h_display);
state->crtc[0x2] = Set8Bits(h_blank_s);
state->crtc[0x4] = Set8Bits(h_start);
state->crtc[0x10] = Set8Bits(v_start);
state->crtc[0x12] = Set8Bits(v_display);
state->crtc[0x15] = Set8Bits(v_blank_s);
state->crtc[0x16] = Set8Bits(v_blank_e);
state->interlace = Set8Bits(h_total);
newmode.crtc[0x0] = Set8Bits (hTotal);
newmode.crtc[0x1] = Set8Bits (hDisplay);
newmode.crtc[0x2] = Set8Bits (hBlankStart);
newmode.crtc[0x4] = Set8Bits (hStart);
newmode.crtc[0x10] = Set8Bits (vStart);
newmode.crtc[0x12] = Set8Bits (vDisplay);
newmode.crtc[0x15] = Set8Bits (vBlankStart);
newmode.crtc[0x16] = Set8Bits (vBlankEnd);
newmode.ext.interlace = Set8Bits(tmp);