Searched refs:__outb (Results 1 – 2 of 2) sorted by relevance
292 #define __outb platform_outb macro303 #define outb(v,p) __outb(v,p)
198 #define outb(v,p) (__builtin_constant_p((p)) ? __outbc(v,p) : __outb(v,p))