CrtMiscIO         895 drivers/video/console/vgacon.c 	unsigned char CrtMiscIO;	/* Miscellaneous register */
CrtMiscIO         914 drivers/video/console/vgacon.c 		vga_state.CrtMiscIO = vga_r(state->vgabase, VGA_MIS_R);
CrtMiscIO         942 drivers/video/console/vgacon.c 	if ((vga_state.CrtMiscIO & 0x80) == 0x80)
CrtMiscIO         943 drivers/video/console/vgacon.c 		vga_w(state->vgabase, VGA_MIS_W, vga_state.CrtMiscIO & 0xEF);
CrtMiscIO         981 drivers/video/console/vgacon.c 	vga_w(state->vgabase, VGA_MIS_W, vga_state.CrtMiscIO);
CrtMiscIO          48 drivers/video/fbdev/vga16fb.c 		unsigned char	CrtMiscIO;	  /* Miscellaneous register */
CrtMiscIO         707 drivers/video/fbdev/vga16fb.c 		par->vga_state.CrtMiscIO = vga_io_r(VGA_MIS_R);
CrtMiscIO         726 drivers/video/fbdev/vga16fb.c 	if ((par->vga_state.CrtMiscIO & 0x80) == 0x80)
CrtMiscIO         727 drivers/video/fbdev/vga16fb.c 		vga_io_w(VGA_MIS_W, par->vga_state.CrtMiscIO & 0xef);
CrtMiscIO         762 drivers/video/fbdev/vga16fb.c 	vga_io_w(VGA_MIS_W, par->vga_state.CrtMiscIO);