Searched refs:ioswabw (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/sh/include/mach-common/mach/ |
H A D | mangle-port.h | 26 # define ioswabw(x) le16_to_cpu(x) macro 37 # define ioswabw(x) (x) macro
|
/openbmc/u-boot/arch/mips/include/asm/mach-generic/ |
H A D | mangle-port.h | 29 # define ioswabw(a, x) le16_to_cpu(x) macro 40 # define ioswabw(a, x) (x) macro
|
/openbmc/linux/arch/mips/include/asm/mach-generic/ |
H A D | mangle-port.h | 32 # define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) macro 43 # define ioswabw(a, x) (x) macro
|
/openbmc/linux/arch/mips/include/asm/mach-ip27/ |
H A D | mangle-port.h | 18 # define ioswabw(a, x) (x) macro
|
/openbmc/linux/arch/mips/include/asm/mach-ip30/ |
H A D | mangle-port.h | 15 #define ioswabw(a, x) (x) macro
|
/openbmc/linux/arch/mips/include/asm/mach-ip32/ |
H A D | mangle-port.h | 19 # define ioswabw(a, x) (x) macro
|
/openbmc/linux/arch/mips/include/asm/mach-tx49xx/ |
H A D | mangle-port.h | 12 #define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) macro
|
/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | mangle-port.h | 51 # define ioswabw(a, x) (__should_swizzle_bits(a) ? \ macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 40 #define readw_relaxed(c) ({ u16 __v = ioswabw(__raw_readw(c)); __v; }) 45 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)ioswabw(v),c))
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | io.h | 45 # define __relaxed_ioswabw ioswabw
|