taglinefilesource code
Outb112include/linux/scc.h#define Outb(port, val)  outb_p(val, port)
Outb115include/linux/scc.h#define Outb(port, val)  outb(val, port)