VGA_MIS_W         943 drivers/video/console/vgacon.c 		vga_w(state->vgabase, VGA_MIS_W, vga_state.CrtMiscIO & 0xEF);
VGA_MIS_W         981 drivers/video/console/vgacon.c 	vga_w(state->vgabase, VGA_MIS_W, vga_state.CrtMiscIO);
VGA_MIS_W         512 drivers/video/fbdev/arkfb.c 	vga_w(par->state.vgabase, VGA_MIS_W, regval | VGA_MIS_ENB_PLL_LOAD);
VGA_MIS_W         926 drivers/video/fbdev/cirrusfb.c 	WGen(cinfo, VGA_MIS_W, tmp);
VGA_MIS_W         594 drivers/video/fbdev/core/svgalib.c 	vga_w(regbase, VGA_MIS_W, regval);
VGA_MIS_W         763 drivers/video/fbdev/i740fb.c 	i740outb(par, VGA_MIS_W, par->misc | 0x01);
VGA_MIS_W         448 drivers/video/fbdev/neofb.c 	vga_w(NULL, VGA_MIS_W, par->MiscOutReg);
VGA_MIS_W         116 drivers/video/fbdev/nvidia/nv_setup.c 	VGA_WR08(par->PVIO, VGA_MIS_W, value);
VGA_MIS_W         474 drivers/video/fbdev/s3fb.c 	vga_w(par->state.vgabase, VGA_MIS_W, regval | VGA_MIS_ENB_PLL_LOAD);
VGA_MIS_W        1183 drivers/video/fbdev/tridentfb.c 		t_outb(par, tmp | 0xC0, VGA_MIS_W);
VGA_MIS_W        1193 drivers/video/fbdev/tridentfb.c 		t_outb(par, tmp, VGA_MIS_W);
VGA_MIS_W         579 drivers/video/fbdev/vga16fb.c 	vga_io_w(VGA_MIS_W, vga_io_r(VGA_MIS_R) | 0x01);
VGA_MIS_W         588 drivers/video/fbdev/vga16fb.c 	vga_io_w(VGA_MIS_W, par->misc);
VGA_MIS_W         727 drivers/video/fbdev/vga16fb.c 		vga_io_w(VGA_MIS_W, par->vga_state.CrtMiscIO & 0xef);
VGA_MIS_W         762 drivers/video/fbdev/vga16fb.c 	vga_io_w(VGA_MIS_W, par->vga_state.CrtMiscIO);
VGA_MIS_W         265 drivers/video/fbdev/vt8623fb.c 	vga_w(par->state.vgabase, VGA_MIS_W, regval | VGA_MIS_ENB_PLL_LOAD);
VGA_MIS_W         263 drivers/video/vgastate.c 	vga_w(state->vgabase, VGA_MIS_W, saved->misc);