Searched defs:Outb (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dscc.h20 #define Outb(port, val) outb_p(val, port) macro
23 #define Outb(port, val) outb(val, port) macro

Completed in 51 milliseconds