Searched defs:ioswabl (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sh/include/mach-common/mach/ |
| H A D | mangle-port.h | 28 # define ioswabl(x) le32_to_cpu(x) macro 39 # define ioswabl(x) (x) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-generic/ |
| H A D | mangle-port.h | 34 # define ioswabl(a, x) le32_to_cpu((__force __le32)(x)) macro 45 # define ioswabl(a, x) (x) macro
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/mach-generic/ |
| H A D | mangle-port.h | 32 # define ioswabl(a, x) le32_to_cpu(x) macro 43 # define ioswabl(a, x) (x) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip27/ |
| H A D | mangle-port.h | 20 # define ioswabl(a, x) (x) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip32/ |
| H A D | mangle-port.h | 21 # define ioswabl(a, x) (x) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip30/ |
| H A D | mangle-port.h | 17 #define ioswabl(a, x) (x) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-tx39xx/ |
| H A D | mangle-port.h | 19 #define ioswabl(a, x) le32_to_cpu((__force __le32)(x)) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-tx49xx/ |
| H A D | mangle-port.h | 22 #define ioswabl(a, x) le32_to_cpu((__force __le32)(x)) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-cavium-octeon/ |
| H A D | mangle-port.h | 55 # define ioswabl(a, x) (__should_swizzle_bits(a) ? \ macro
|