IOPORT            590 arch/alpha/include/asm/core_t2.h IOPORT(b, 8)
IOPORT            591 arch/alpha/include/asm/core_t2.h IOPORT(w, 16)
IOPORT            592 arch/alpha/include/asm/core_t2.h IOPORT(l, 32)
IOPORT            594 arch/alpha/include/asm/core_t2.h #undef IOPORT
IOPORT            323 arch/alpha/include/asm/jensen.h IOPORT(b, 8)
IOPORT            324 arch/alpha/include/asm/jensen.h IOPORT(w, 16)
IOPORT            325 arch/alpha/include/asm/jensen.h IOPORT(l, 32)
IOPORT            327 arch/alpha/include/asm/jensen.h #undef IOPORT
IOPORT             92 drivers/watchdog/smsc37b787_wdt.c 	outb(0x55, IOPORT);
IOPORT             94 drivers/watchdog/smsc37b787_wdt.c 	outb(0x55, IOPORT);
IOPORT            100 drivers/watchdog/smsc37b787_wdt.c 	outb(0xAA, IOPORT);
IOPORT            106 drivers/watchdog/smsc37b787_wdt.c 	outb(0x07, IOPORT);
IOPORT            107 drivers/watchdog/smsc37b787_wdt.c 	outb(devno, IOPORT+1);
IOPORT            113 drivers/watchdog/smsc37b787_wdt.c 	outb(reg, IOPORT);
IOPORT            114 drivers/watchdog/smsc37b787_wdt.c 	outb(data, IOPORT+1);
IOPORT            120 drivers/watchdog/smsc37b787_wdt.c 	outb(reg, IOPORT);
IOPORT            121 drivers/watchdog/smsc37b787_wdt.c 	return inb(IOPORT+1);
IOPORT            533 drivers/watchdog/smsc37b787_wdt.c 	if (!request_region(IOPORT, IOPORT_SIZE, "SMsC 37B787 watchdog")) {
IOPORT            534 drivers/watchdog/smsc37b787_wdt.c 		pr_err("Unable to register IO port %#x\n", IOPORT);
IOPORT            571 drivers/watchdog/smsc37b787_wdt.c 	release_region(IOPORT, IOPORT_SIZE);
IOPORT            589 drivers/watchdog/smsc37b787_wdt.c 	release_region(IOPORT, IOPORT_SIZE);