Searched refs:__arch_swab16 (Results 1 - 14 of 14) sorted by relevance

/arch/cris/include/arch-v10/arch/
H A Dswab.h22 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) function
28 #define __arch_swab16 __arch_swab16 macro
/arch/cris/include/arch-v32/arch/
H A Dswab.h17 __arch_swab16(__u16 x) function
22 #define __arch_swab16 __arch_swab16 macro
/arch/avr32/include/asm/
H A Dswab.h22 static inline __attribute_const__ __u16 __arch_swab16(__u16 val) function
26 #define __arch_swab16 __arch_swab16 macro
/arch/xtensa/include/asm/
H A Dswab.h35 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) function
68 #define __arch_swab16 __arch_swab16 macro
/arch/tile/include/asm/
H A Dswab.h21 #define __arch_swab16(x) (__builtin_bswap32(x) >> 16) macro
/arch/ia64/include/asm/
H A Dswab.h28 static __inline__ __attribute_const__ __u16 __arch_swab16(__u16 x) function
32 #define __arch_swab16 __arch_swab16 macro
/arch/mips/include/asm/
H A Dswab.h18 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) function
27 #define __arch_swab16 __arch_swab16 macro
/arch/blackfin/include/asm/
H A Dswab.h40 static __inline__ __attribute_const__ __u16 __arch_swab16(__u16 xx) function
46 #define __arch_swab16 __arch_swab16 macro
/arch/parisc/include/asm/
H A Dswab.h9 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) function
17 #define __arch_swab16 __arch_swab16 macro
/arch/sh/include/asm/
H A Dswab.h30 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) function
44 #define __arch_swab16 __arch_swab16 macro
/arch/mn10300/include/asm/
H A Dswab.h28 __u16 __arch_swab16(__u16 x) function
/arch/powerpc/include/asm/
H A Dswab.h62 static inline __attribute_const__ __u16 __arch_swab16(__u16 value) function
71 #define __arch_swab16 __arch_swab16 macro
/arch/c6x/include/asm/
H A Dswab.h48 #define __arch_swab16 __c6x_swab16 macro
/arch/arm/include/asm/
H A Dswab.h34 #define __arch_swab16(x) ((__u16)__arch_swahb32(x)) macro

Completed in 5016 milliseconds