vga_io_rcrt       710 drivers/video/fbdev/vga16fb.c 		par->vga_state.HorizontalTotal = vga_io_rcrt(0x00);	/* HorizontalTotal */
vga_io_rcrt       711 drivers/video/fbdev/vga16fb.c 		par->vga_state.HorizDisplayEnd = vga_io_rcrt(0x01);	/* HorizDisplayEnd */
vga_io_rcrt       712 drivers/video/fbdev/vga16fb.c 		par->vga_state.StartHorizRetrace = vga_io_rcrt(0x04);	/* StartHorizRetrace */
vga_io_rcrt       713 drivers/video/fbdev/vga16fb.c 		par->vga_state.EndHorizRetrace = vga_io_rcrt(0x05);	/* EndHorizRetrace */
vga_io_rcrt       714 drivers/video/fbdev/vga16fb.c 		par->vga_state.Overflow = vga_io_rcrt(0x07);		/* Overflow */
vga_io_rcrt       715 drivers/video/fbdev/vga16fb.c 		par->vga_state.StartVertRetrace = vga_io_rcrt(0x10);	/* StartVertRetrace */
vga_io_rcrt       716 drivers/video/fbdev/vga16fb.c 		par->vga_state.EndVertRetrace = vga_io_rcrt(0x11);	/* EndVertRetrace */
vga_io_rcrt       717 drivers/video/fbdev/vga16fb.c 		par->vga_state.ModeControl = vga_io_rcrt(0x17);	/* ModeControl */