Searched refs:vga_ctl (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128init.c | 64 iR->vga_ctl = inl(iR->iobase + 0x30); 307 outl(iR->iobase + 0x30, iR->vga_ctl); 505 pI128->io.vga_ctl &= 0x0000FF00; 506 pI128->io.vga_ctl |= 0x00000082; 508 pI128->io.vga_ctl |= 0x00000020; /* Stretch horizontally */ 509 outl(iR->iobase + 0x30, pI128->io.vga_ctl);
|
| H A D | i128_driver.c | 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; local in function:I128DumpActiveRegisters 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>> [all...] |
| H A D | i128reg.h | 60 CARD32 vga_ctl; member in struct:i128io 82 CARD32 vga_ctl; /* iobase+0x30 register */ member in struct:__anon9733df980108
|
Completed in 22 milliseconds