Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/mach-common/mach/
H A Dmangle-port.h28 # define ioswabl(x) le32_to_cpu(x) macro
39 # define ioswabl(x) (x) macro
/openbmc/u-boot/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h31 # define ioswabl(a, x) le32_to_cpu(x) macro
42 # define ioswabl(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h34 # define ioswabl(a, x) le32_to_cpu((__force __le32)(x)) macro
45 # define ioswabl(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-ip27/
H A Dmangle-port.h20 # define ioswabl(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-ip30/
H A Dmangle-port.h17 #define ioswabl(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-ip32/
H A Dmangle-port.h21 # define ioswabl(a, x) (x) macro
/openbmc/linux/arch/mips/include/asm/mach-tx49xx/
H A Dmangle-port.h14 #define ioswabl(a, x) le32_to_cpu((__force __le32)(x)) macro
/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h55 # define ioswabl(a, x) (__should_swizzle_bits(a) ? \ macro
/openbmc/linux/arch/sh/include/asm/
H A Dio.h41 #define readl_relaxed(c) ({ u32 __v = ioswabl(__raw_readl(c)); __v; })
46 #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)ioswabl(v),c))
/openbmc/linux/arch/mips/include/asm/
H A Dio.h46 # define __relaxed_ioswabl ioswabl