Searched refs:isa_rom_outb_p (Results 1 – 1 of 1) sorted by relevance
294 #define isa_rom_outb_p(v, p) ({ isa_rom_outb((v), (p)); isa_delay(); }) macro353 #define outb_p(val, port) ((port) < 1024 ? isa_rom_outb_p((val), (port)) : out_8((port), (val)))