Searched refs:ioswabq (Results 1 – 10 of 10) sorted by relevance
/linux/arch/sh/include/mach-common/mach/ |
A D | mangle-port.h | 30 # define ioswabq(x) le64_to_cpu(x) macro 41 # define ioswabq(x) (x) macro
|
/linux/arch/mips/include/asm/mach-generic/ |
A D | mangle-port.h | 36 # define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro 47 # define ioswabq(a, x) (x) macro
|
/linux/arch/mips/include/asm/mach-ip27/ |
A D | mangle-port.h | 22 # define ioswabq(a, x) (x) macro
|
/linux/arch/mips/include/asm/mach-ip30/ |
A D | mangle-port.h | 19 #define ioswabq(a, x) (x) macro
|
/linux/arch/mips/include/asm/mach-ip32/ |
A D | mangle-port.h | 23 # define ioswabq(a, x) (x) macro
|
/linux/arch/mips/include/asm/mach-tx39xx/ |
A D | mangle-port.h | 21 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro
|
/linux/arch/mips/include/asm/mach-tx49xx/ |
A D | mangle-port.h | 24 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro
|
/linux/arch/mips/include/asm/mach-cavium-octeon/ |
A D | mangle-port.h | 59 # define ioswabq(a, x) (__should_swizzle_bits(a) ? \ macro
|
/linux/arch/sh/include/asm/ |
A D | io.h | 42 #define readq_relaxed(c) ({ u64 __v = ioswabq(__raw_readq(c)); __v; }) 47 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)ioswabq(v),c))
|
/linux/arch/mips/include/asm/ |
A D | io.h | 50 # define __relaxed_ioswabq ioswabq
|
Completed in 8 milliseconds