Lines Matching defs:vga
171 int gu2_vga_save(gfx_vga_struct * vga, int flags);
173 int gu2_vga_restore(gfx_vga_struct * vga, int flags);
305 gu2_vga_save(gfx_vga_struct * vga, int flags)
318 vga->miscOutput = gfx_inb(0x3CC);
339 vga->stdCRTCregs[i] = gfx_inb(crtcdata);
361 vga->extCRTCregs[i] = gfx_inb(crtcdata);
451 gu2_vga_restore(gfx_vga_struct * vga, int flags)
464 gfx_outb(0x3C2, vga->miscOutput);
490 gfx_outb(crtcdata, vga->stdCRTCregs[i]);
518 gfx_outb(crtcdata, vga->extCRTCregs[i]);
528 if (vga->extCRTCregs[0x03] & 1) {