tag
line
file
source code
Outb
112
include/linux/scc.h
#define Outb(port, val) outb_p(val, port)
Outb
115
include/linux/scc.h
#define Outb(port, val) outb(val, port)