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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dio.h211 #define isa_outb_p(v,p) ({isa_outb((v),(p));isa_delay();}) macro
230 #define outb_p isa_outb_p
276 #define outb_p(val,port) ((port)<1024 ? isa_outb_p((val),(port)) : out_8((port),(val)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dio.h211 #define isa_outb_p(v,p) ({isa_outb((v),(p));isa_delay();}) macro
230 #define outb_p isa_outb_p
276 #define outb_p(val,port) ((port)<1024 ? isa_outb_p((val),(port)) : out_8((port),(val)))

Completed in 38 milliseconds