Home
last modified time | relevance | path

Searched refs:ioswabq (Results 1 – 10 of 10) sorted by relevance

/linux/arch/sh/include/mach-common/mach/
A Dmangle-port.h30 # define ioswabq(x) le64_to_cpu(x) macro
41 # define ioswabq(x) (x) macro
/linux/arch/mips/include/asm/mach-generic/
A Dmangle-port.h36 # 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 Dmangle-port.h22 # define ioswabq(a, x) (x) macro
/linux/arch/mips/include/asm/mach-ip30/
A Dmangle-port.h19 #define ioswabq(a, x) (x) macro
/linux/arch/mips/include/asm/mach-ip32/
A Dmangle-port.h23 # define ioswabq(a, x) (x) macro
/linux/arch/mips/include/asm/mach-tx39xx/
A Dmangle-port.h21 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro
/linux/arch/mips/include/asm/mach-tx49xx/
A Dmangle-port.h24 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro
/linux/arch/mips/include/asm/mach-cavium-octeon/
A Dmangle-port.h59 # define ioswabq(a, x) (__should_swizzle_bits(a) ? \ macro
/linux/arch/sh/include/asm/
A Dio.h42 #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 Dio.h50 # define __relaxed_ioswabq ioswabq

Completed in 9 milliseconds