Lines Matching defs:IOPORT
72 #define IOPORT 0x3F0
92 outb(0x55, IOPORT);
94 outb(0x55, IOPORT);
100 outb(0xAA, IOPORT);
106 outb(0x07, IOPORT);
107 outb(devno, IOPORT+1);
113 outb(reg, IOPORT);
114 outb(data, IOPORT+1);
120 outb(reg, IOPORT);
121 return inb(IOPORT+1);
534 if (!request_region(IOPORT, IOPORT_SIZE, "SMsC 37B787 watchdog")) {
535 pr_err("Unable to register IO port %#x\n", IOPORT);
572 release_region(IOPORT, IOPORT_SIZE);
590 release_region(IOPORT, IOPORT_SIZE);