portaddr          133 arch/alpha/kernel/smc37c93x.c 			    unsigned long portaddr,
portaddr          146 arch/alpha/kernel/smc37c93x.c 	outb(( portaddr & 0xFF ), dataPort);
portaddr          149 arch/alpha/kernel/smc37c93x.c 	outb((portaddr >> 8) & 0xFF, dataPort);
portaddr          113 drivers/tty/serial/samsung.h #define rd_regb(port, reg) (readb_relaxed(portaddr(port, reg)))
portaddr          114 drivers/tty/serial/samsung.h #define rd_regl(port, reg) (readl_relaxed(portaddr(port, reg)))
portaddr          116 drivers/tty/serial/samsung.h #define wr_regb(port, reg, val) writeb_relaxed(val, portaddr(port, reg))
portaddr          117 drivers/tty/serial/samsung.h #define wr_regl(port, reg, val) writel_relaxed(val, portaddr(port, reg))
portaddr          440 drivers/tty/serial/sirfsoc_uart.h #define rd_regl(port, reg)		(__raw_readl(portaddr(port, reg)))
portaddr          441 drivers/tty/serial/sirfsoc_uart.h #define wr_regl(port, reg, val)		__raw_writel(val, portaddr(port, reg))