Lines Matching refs:vga_r
38 return vga_r(regbase, iobase + 0x5); in vga_rcrtcs()
56 misc = vga_r(state->vgabase, VGA_MIS_R); in save_vga_text()
59 vga_r(state->vgabase, iobase + 0xa); in save_vga_text()
62 vga_r(state->vgabase, iobase + 0xa); in save_vga_text()
89 saved->vga_font0[i] = vga_r(fbbase, i); in save_vga_text()
100 saved->vga_font1[i] = vga_r(fbbase, i); in save_vga_text()
111 saved->vga_text[i] = vga_r(fbbase, i); in save_vga_text()
119 saved->vga_text[8192+i] = vga_r(fbbase + 2 * 8192, i); in save_vga_text()
232 saved->misc = vga_r(state->vgabase, VGA_MIS_R); in save_vga_mode()
241 vga_r(state->vgabase, iobase + 0xa); in save_vga_mode()
244 vga_r(state->vgabase, iobase + 0xa); in save_vga_mode()
247 vga_r(state->vgabase, iobase + 0xa); in save_vga_mode()
278 vga_r(state->vgabase, iobase + 0xa); in restore_vga_mode()
294 vga_r(state->vgabase, iobase + 0xa); in restore_vga_mode()
305 vga_r(state->vgabase, iobase + 0xa); in restore_vga_mode()
319 saved->vga_cmap[i] = vga_r(state->vgabase, VGA_PEL_D); in save_vga_cmap()