svga_wattr        105 drivers/video/fbdev/core/svgalib.c 		svga_wattr(regbase, count, count);
svga_wattr        107 drivers/video/fbdev/core/svgalib.c 	svga_wattr(regbase, VGA_ATC_MODE, 0x01);
svga_wattr        109 drivers/video/fbdev/core/svgalib.c 	svga_wattr(regbase, VGA_ATC_OVERSCAN, 0x00);
svga_wattr        110 drivers/video/fbdev/core/svgalib.c 	svga_wattr(regbase, VGA_ATC_PLANE_ENABLE, 0x0F);
svga_wattr        111 drivers/video/fbdev/core/svgalib.c 	svga_wattr(regbase, VGA_ATC_PEL, 0x00);
svga_wattr        112 drivers/video/fbdev/core/svgalib.c 	svga_wattr(regbase, VGA_ATC_COLOR_PAGE, 0x00);
svga_wattr        162 drivers/video/fbdev/core/svgalib.c 	svga_wattr(regbase, 0x10, 0x0C);			/* Attribute Mode Control Register - text mode, blinking and line graphics */
svga_wattr        163 drivers/video/fbdev/core/svgalib.c 	svga_wattr(regbase, 0x13, 0x08);			/* Horizontal Pixel Panning Register  */
svga_wattr        693 drivers/video/fbdev/s3fb.c 	svga_wattr(par->state.vgabase, 0x33, 0x00);