Home
last modified time | relevance | path

Searched refs:isa_outb_p (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/asm-m68k/
Dio.h217 #define isa_outb_p(v,p) ({isa_outb((v),(p));isa_delay();}) macro
236 #define outb_p isa_outb_p
282 #define outb_p(val,port) ((port)<1024 ? isa_outb_p((val),(port)) : out_8((port),(val)))