Lines Matching defs:vga
71 int gu2_vga_save(gfx_vga_struct * vga, int flags);
73 int gu2_vga_restore(gfx_vga_struct * vga, int flags);
211 gu2_vga_save(gfx_vga_struct * vga, int flags)
223 vga->miscOutput = gfx_inb(0x3CC);
242 vga->stdCRTCregs[i] = gfx_inb(crtcdata);
262 vga->extCRTCregs[i] = gfx_inb(crtcdata);
345 gu2_vga_restore(gfx_vga_struct * vga, int flags)
357 gfx_outb(0x3C2, vga->miscOutput);
381 gfx_outb(crtcdata, vga->stdCRTCregs[i]);
407 gfx_outb(crtcdata, vga->extCRTCregs[i]);
417 if (vga->extCRTCregs[0x03] & 1) {