Home
last modified time | relevance | path

Searched defs:ioswabq (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sh/include/mach-common/mach/
H A Dmangle-port.h30 # define ioswabq(x) le64_to_cpu(x) macro
41 # define ioswabq(x) (x) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h36 # define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro
47 # define ioswabq(a, x) (x) macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h34 # define ioswabq(a, x) le64_to_cpu(x) macro
45 # define ioswabq(a, x) (x) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip27/
H A Dmangle-port.h22 # define ioswabq(a, x) (x) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip32/
H A Dmangle-port.h23 # define ioswabq(a, x) (x) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip30/
H A Dmangle-port.h19 #define ioswabq(a, x) (x) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-tx39xx/
H A Dmangle-port.h21 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-tx49xx/
H A Dmangle-port.h24 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h59 # define ioswabq(a, x) (__should_swizzle_bits(a) ? \ macro