Searched refs:ioport (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| H A D | xf86int10.c | 87 IOADDRESS ioport; local in function:int42_handler 104 ioport = 0x03D4; 108 ioport = 0x03B4; 163 MEM_WW(pInt, 0x0463, ioport); 176 ioport += pInt->ioBase; 179 outb(ioport + 4, cgamode & 0x37); /* Turn off screen */ 182 outb(ioport, i); 183 outb(ioport + 1, tmp); 185 outb(ioport + 5, cgacolour); /* Select colour mode */ 186 outb(ioport 197 IOADDRESS ioport = MEM_RW(pInt, 0x0463) + pInt->ioBase; local in function:int42_handler 217 IOADDRESS ioport; local in function:int42_handler 279 IOADDRESS ioport = MEM_RW(pInt, 0x0463) + pInt->ioBase; local in function:int42_handler 429 IOADDRESS ioport = MEM_RW(pInt, 0x0463) + 5 + pInt->ioBase; local in function:int42_handler [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | xf86int10.c | 87 unsigned int ioport; local in function:int42_handler 104 ioport = 0x03D4; 108 ioport = 0x03B4; 163 MEM_WW(pInt, 0x0463, ioport); 176 pci_io_write8(pInt->io, ioport + 4, cgamode & 0x37); /* Turn off screen */ 179 pci_io_write8(pInt->io, ioport, i); 180 pci_io_write8(pInt->io, ioport + 1, tmp); 182 pci_io_write8(pInt->io, ioport + 5, cgacolour); /* Select colour mode */ 183 pci_io_write8(pInt->io, ioport + 4, cgamode); /* Turn on screen */ 194 unsigned int ioport local in function:int42_handler 214 unsigned int ioport; local in function:int42_handler 277 unsigned int ioport = MEM_RW(pInt, 0x0463); local in function:int42_handler 427 unsigned int ioport = MEM_RW(pInt, 0x0463) + 5; local in function:int42_handler [all...] |
Completed in 16 milliseconds