Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Dio.h123 static inline unsigned char *isa_itb(long addr) in isa_itb() function
189 #define isa_inb(port) in_8(isa_itb(port))
191 #define isa_outb(val,port) out_8(isa_itb(port),(val))
219 #define isa_insb(port, buf, nr) raw_insb(isa_itb(port), (buf), (nr))
220 #define isa_outsb(port, buf, nr) raw_outsb(isa_itb(port), (buf), (nr))