Lines Matching defs:vga_ctl
663 pI128->io.vga_ctl = inl(iobase + 0x30) & 0x0000FFFF;
675 /* vga_ctl is saved later */
2096 " VGA_CTL 0x%08lx\n", (unsigned long)pI128->io.vga_ctl);
2106 unsigned long id, config1, config2, sgram, soft_sw, ddc, vga_ctl;
2126 vga_ctl = inl(iobase + 0x30);
2183 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, " VGA_CTL 0x%08lx\n", vga_ctl);
2185 vga_ctl&1, (vga_ctl>>1)&1,
2186 (vga_ctl>>2)&1, (vga_ctl>>3)&1,
2187 (vga_ctl>>4)&1, (vga_ctl>>5)&1);
2189 (vga_ctl>>6)&1,
2190 (vga_ctl>>7)&1,
2191 (vga_ctl>>8)&0xff);