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