Lines Matching full:ioport

87         unsigned int ioport;  in int42_handler()  local
104 ioport = 0x03D4; in int42_handler()
108 ioport = 0x03B4; in int42_handler()
163 MEM_WW(pInt, 0x0463, ioport); in int42_handler()
176 pci_io_write8(pInt->io, ioport + 4, cgamode & 0x37); /* Turn off screen */ in int42_handler()
179 pci_io_write8(pInt->io, ioport, i); in int42_handler()
180 pci_io_write8(pInt->io, ioport + 1, tmp); in int42_handler()
182 pci_io_write8(pInt->io, ioport + 5, cgacolour); /* Select colour mode */ in int42_handler()
183 pci_io_write8(pInt->io, ioport + 4, cgamode); /* Turn on screen */ in int42_handler()
194 unsigned int ioport = MEM_RW(pInt, 0x0463); in int42_handler() local
199 pci_io_write8(pInt->io, ioport, 0x0A); in int42_handler()
200 pci_io_write8(pInt->io, ioport + 1, X86_CH); in int42_handler()
201 pci_io_write8(pInt->io, ioport, 0x0B); in int42_handler()
202 pci_io_write8(pInt->io, ioport + 1, X86_CL); in int42_handler()
214 unsigned int ioport; in int42_handler() local
226 ioport = MEM_RW(pInt, 0x0463); in int42_handler()
227 pci_io_write8(pInt->io, ioport, 0x0E); in int42_handler()
228 pci_io_write8(pInt->io, ioport + 1, offset >> 8); in int42_handler()
229 pci_io_write8(pInt->io, ioport, 0x0F); in int42_handler()
230 pci_io_write8(pInt->io, ioport + 1, offset & 0xFF); in int42_handler()
277 unsigned int ioport = MEM_RW(pInt, 0x0463); in int42_handler() local
288 pci_io_write8(pInt->io, ioport, 0x0C); in int42_handler()
289 pci_io_write8(pInt->io, ioport + 1, start >> 8); in int42_handler()
290 pci_io_write8(pInt->io, ioport, 0x0D); in int42_handler()
291 pci_io_write8(pInt->io, ioport + 1, start & 0xFF); in int42_handler()
299 pci_io_write8(pInt->io, ioport, 0x0E); in int42_handler()
300 pci_io_write8(pInt->io, ioport + 1, start >> 8); in int42_handler()
301 pci_io_write8(pInt->io, ioport, 0x0F); in int42_handler()
302 pci_io_write8(pInt->io, ioport + 1, start & 0xFF); in int42_handler()
427 unsigned int ioport = MEM_RW(pInt, 0x0463) + 5; in int42_handler() local
440 pci_io_write8(pInt->io, ioport, cgacolour); in int42_handler()