Searched defs:outb_p (Results 1 – 2 of 2) 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
551 #define outb_p outb macro