Searched refs:isa_itw (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/include/asm-m68k/ |
D | io.h | 139 static inline unsigned short *isa_itw(long addr) in isa_itw() function 190 #define isa_inw(port) (ISA_SEX ? in_be16(isa_itw(port)) : in_le16(isa_itw(port))) 192 #define isa_outw(val,port) (ISA_SEX ? out_be16(isa_itw(port),(val)) : out_le16(isa_itw(port),(val))) 223 (ISA_SEX ? raw_insw(isa_itw(port), (buf), (nr)) : \ 224 raw_insw_swapw(isa_itw(port), (buf), (nr))) 227 (ISA_SEX ? raw_outsw(isa_itw(port), (buf), (nr)) : \ 228 raw_outsw_swapw(isa_itw(port), (buf), (nr)))
|