Searched refs:isa_outb (Results 1 – 1 of 1) sorted by relevance
204 #define isa_outb(val,port) out_8(isa_itb(port),(val)) macro252 case ISA_TYPE_Q40: isa_outb(0,0x80); break; in isa_delay()265 #define isa_outb_p(v,p) ({isa_outb((v),(p));isa_delay();})316 #define outb isa_outb