Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h30 # define ioswabw(a, x) le16_to_cpu(x) macro
41 # define ioswabw(a, x) (x) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip27/
H A Dmangle-port.h18 # define ioswabw(a, x) (x) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip32/
H A Dmangle-port.h19 # define ioswabw(a, x) (x) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip30/
H A Dmangle-port.h15 #define ioswabw(a, x) (x) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-tx39xx/
H A Dmangle-port.h17 #define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-tx49xx/
H A Dmangle-port.h19 #define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h51 # define ioswabw(a, x) (__should_swizzle_bits(a) ? \ macro
/OK3568_Linux_fs/kernel/arch/mips/txx9/generic/
H A Dsetup.c606 u16 (*ioswabw)(volatile u16 *a, u16 x) = ioswabw_default; variable