Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dio_mm.h103 #define ISA_SEX 0 macro
107 #define ISA_SEX 1 macro
111 #define ISA_SEX 0 macro
119 #define ISA_SEX isa_sex macro
204 #define isa_inw(port) (ISA_SEX ? in_be16(isa_itw(port)) : in_le16(isa_itw(port)))
205 #define isa_inl(port) (ISA_SEX ? in_be32(isa_itl(port)) : in_le32(isa_itl(port)))
207 #define isa_outw(val,port) (ISA_SEX ? out_be16(isa_itw(port),(val)) : out_le16(isa_itw(port),(val)))
208 #define isa_outl(val,port) (ISA_SEX ? out_be32(isa_itl(port),(val)) : out_le32(isa_itl(port),(val)))
212 (ISA_SEX ? in_be16(isa_mtw((unsigned long)(p))) \
216 (ISA_SEX
[all...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dio_mm.h101 #define ISA_SEX 0 macro
105 #define ISA_SEX 1 macro
109 #define ISA_SEX 0 macro
117 #define ISA_SEX isa_sex macro
202 #define isa_inw(port) (ISA_SEX ? in_be16(isa_itw(port)) : in_le16(isa_itw(port)))
203 #define isa_inl(port) (ISA_SEX ? in_be32(isa_itl(port)) : in_le32(isa_itl(port)))
205 #define isa_outw(val,port) (ISA_SEX ? out_be16(isa_itw(port),(val)) : out_le16(isa_itw(port),(val)))
206 #define isa_outl(val,port) (ISA_SEX ? out_be32(isa_itl(port),(val)) : out_le32(isa_itl(port),(val)))
210 (ISA_SEX ? in_be16(isa_mtw((unsigned long)(p))) \
214 (ISA_SEX
[all...]

Completed in 3 milliseconds