Home
last modified time | relevance | path

Searched defs:ioswabw (Results 1 – 7 of 7) sorted by relevance

/linux/arch/sh/include/mach-common/mach/ !
H A Dmangle-port.h26 # define ioswabw(x) le16_to_cpu(x) macro
37 # define ioswabw(x) (x) macro
/linux/arch/mips/include/asm/mach-generic/ !
H A Dmangle-port.h32 # define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) macro
43 # define ioswabw(a, x) (x) macro
/linux/arch/mips/include/asm/mach-ip30/ !
H A Dmangle-port.h15 #define ioswabw(a, x) (x) macro
/linux/arch/mips/include/asm/mach-ip27/ !
H A Dmangle-port.h18 # define ioswabw(a, x) (x) macro
/linux/arch/mips/include/asm/mach-tx49xx/ !
H A Dmangle-port.h12 #define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) macro
/linux/arch/mips/include/asm/mach-ip32/ !
H A Dmangle-port.h19 # define ioswabw(a, x) (x) macro
/linux/arch/mips/include/asm/mach-cavium-octeon/ !
H A Dmangle-port.h51 # define ioswabw(a, x) (__should_swizzle_bits(a) ? \ macro