Searched defs:ioswabw (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/mach-generic/ |
| H A D | mangle-port.h | 30 # 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 D | mangle-port.h | 18 # define ioswabw(a, x) (x) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip32/ |
| H A D | mangle-port.h | 19 # define ioswabw(a, x) (x) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip30/ |
| H A D | mangle-port.h | 15 #define ioswabw(a, x) (x) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-tx39xx/ |
| H A D | mangle-port.h | 17 #define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-tx49xx/ |
| H A D | mangle-port.h | 19 #define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-cavium-octeon/ |
| H A D | mangle-port.h | 51 # define ioswabw(a, x) (__should_swizzle_bits(a) ? \ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/txx9/generic/ |
| H A D | setup.c | 606 u16 (*ioswabw)(volatile u16 *a, u16 x) = ioswabw_default; variable
|