Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/u-boot/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h33 # define ioswabq(a, x) le64_to_cpu(x) macro
44 # define ioswabq(a, x) (x) macro
/openbmc/linux/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
/openbmc/linux/arch/mips/include/asm/mach-ip27/
H A Dmangle-port.h22 # define ioswabq(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-ip30/
H A Dmangle-port.h19 #define ioswabq(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-ip32/
H A Dmangle-port.h23 # define ioswabq(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-tx49xx/
H A Dmangle-port.h16 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) macro
/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h59 # define ioswabq(a, x) (__should_swizzle_bits(a) ? \ macro
/openbmc/linux/arch/sh/include/asm/
H 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))
/openbmc/linux/arch/mips/include/asm/
H A Dio.h47 # define __relaxed_ioswabq ioswabq