Searched defs:__mem_ioswabw (Results 1 - 8 of 8) sorted by relevance

/arch/avr32/mach-at32ap/include/mach/
H A Dio.h14 # define __mem_ioswabw(a, x) swab16(x) macro
24 # define __mem_ioswabw(a, x) swab16(x) macro
34 # define __mem_ioswabw(a, x) (x) macro
/arch/sh/include/mach-common/mach/
H A Dmangle-port.h30 # define __mem_ioswabw(x) (x) macro
41 # define __mem_ioswabw(x) cpu_to_le16(x) macro
/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h33 # define __mem_ioswabw(a, x) (x) macro
44 # define __mem_ioswabw(a, x) cpu_to_le16(x) macro
/arch/mips/include/asm/mach-ip27/
H A Dmangle-port.h19 # define __mem_ioswabw(a, x) cpu_to_le16(x) macro
/arch/mips/include/asm/mach-ip32/
H A Dmangle-port.h20 # define __mem_ioswabw(a, x) cpu_to_le16(x) macro
/arch/mips/include/asm/mach-tx39xx/
H A Dmangle-port.h17 #define __mem_ioswabw(a, x) (x) macro
/arch/mips/include/asm/mach-tx49xx/
H A Dmangle-port.h16 extern u16 (*__mem_ioswabw)(volatile u16 *a, u16 x);
19 #define __mem_ioswabw(a, x) (x) macro
/arch/mips/txx9/generic/
H A Dsetup.c627 u16 (*__mem_ioswabw)(volatile u16 *a, u16 x) = __mem_ioswabw_default; variable
628 EXPORT_SYMBOL(__mem_ioswabw); variable

Completed in 614 milliseconds