Searched refs:isa_itw (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/m68k/include/asm/ |
| D | io_mm.h | 185 static inline u16 __iomem *isa_itw(unsigned long addr) in isa_itw() function 246 #define isa_inw(port) (ISA_SEX ? in_be16(isa_itw(port)) : in_le16(isa_itw(port))) 249 #define isa_outw(val,port) (ISA_SEX ? out_be16(isa_itw(port),(val)) : out_le16(isa_itw(port),(val))) 264 (ISA_SEX ? rom_in_be16(isa_itw(port)) \ 265 : rom_in_le16(isa_itw(port))) 269 (ISA_SEX ? rom_out_be16(isa_itw(port), (val)) \ 270 : rom_out_le16(isa_itw(port), (val))) 319 (ISA_SEX ? raw_insw(isa_itw(port), (u16 *)(buf), (nr)) : \ 320 raw_insw_swapw(isa_itw(port), (u16 *)(buf), (nr))) 323 (ISA_SEX ? raw_outsw(isa_itw(port), (u16 *)(buf), (nr)) : \ [all …]
|