Searched refs:isa_outb_p (Results 1 – 1 of 1) sorted by relevance
217 #define isa_outb_p(v,p) ({isa_outb((v),(p));isa_delay();}) macro236 #define outb_p isa_outb_p282 #define outb_p(val,port) ((port)<1024 ? isa_outb_p((val),(port)) : out_8((port),(val)))