Searched defs:outb_p (Results 1 – 3 of 3) sorted by relevance
317 #define outb_p isa_outb_p macro353 #define outb_p(val, port) ((port) < 1024 ? isa_rom_outb_p((val), (port)) : out_8((port), (val))) macro
234 #define outb_p(__b, __addr) outb(__b, __addr) macro
551 #define outb_p outb macro