Searched refs:isa_itw (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | io_mm.h | 143 static inline u16 __iomem *isa_itw(unsigned long addr) in isa_itw() function 204 #define isa_inw(port) (ISA_SEX ? in_be16(isa_itw(port)) : in_le16(isa_itw(port))) 207 #define isa_outw(val,port) (ISA_SEX ? out_be16(isa_itw(port),(val)) : out_le16(isa_itw(port),(val))) 222 (ISA_SEX ? rom_in_be16(isa_itw(port)) \ 223 : rom_in_le16(isa_itw(port))) 227 (ISA_SEX ? rom_out_be16(isa_itw(port), (val)) \ 228 : rom_out_le16(isa_itw(port), (val))) 277 (ISA_SEX ? raw_insw(isa_itw(por [all...] |
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | io_mm.h | 141 static inline u16 __iomem *isa_itw(unsigned long addr) in isa_itw() function 202 #define isa_inw(port) (ISA_SEX ? in_be16(isa_itw(port)) : in_le16(isa_itw(port))) 205 #define isa_outw(val,port) (ISA_SEX ? out_be16(isa_itw(port),(val)) : out_le16(isa_itw(port),(val))) 220 (ISA_SEX ? rom_in_be16(isa_itw(port)) \ 221 : rom_in_le16(isa_itw(port))) 225 (ISA_SEX ? rom_out_be16(isa_itw(port), (val)) \ 226 : rom_out_le16(isa_itw(port), (val))) 275 (ISA_SEX ? raw_insw(isa_itw(por [all...] |
Completed in 2 milliseconds