Searched defs:ioswabw (Results 1 – 7 of 7) sorted by relevance
/arch/avr32/mach-at32ap/include/mach/ |
D | io.h | 11 # define ioswabw(a, x) (x) macro 21 # define ioswabw(a, x) (x) macro 31 # define ioswabw(a, x) swab16(x) macro
|
/arch/mips/include/asm/mach-generic/ |
D | mangle-port.h | 32 # define ioswabw(a, x) le16_to_cpu(x) macro 43 # define ioswabw(a, x) (x) macro
|
/arch/mips/include/asm/mach-ip27/ |
D | mangle-port.h | 18 # define ioswabw(a, x) (x) macro
|
/arch/mips/include/asm/mach-ip32/ |
D | mangle-port.h | 19 # define ioswabw(a, x) (x) macro
|
/arch/mips/include/asm/mach-tx49xx/ |
D | mangle-port.h | 18 #define ioswabw(a, x) le16_to_cpu(x) macro
|
/arch/mips/include/asm/mach-tx39xx/ |
D | mangle-port.h | 16 #define ioswabw(a, x) le16_to_cpu(x) macro
|
/arch/mips/txx9/generic/ |
D | setup.c | 648 u16 (*ioswabw)(volatile u16 *a, u16 x) = ioswabw_default; variable
|