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

/linux-master/arch/xtensa/include/uapi/asm/
H A Dswab.h36 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) function
69 #define __arch_swab16 __arch_swab16 macro
/linux-master/arch/nios2/include/uapi/asm/
H A Dswab.h23 static inline __attribute__((const)) __u16 __arch_swab16(__u16 x) function
27 #define __arch_swab16 __arch_swab16 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dswab.h21 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) function
33 #define __arch_swab16 __arch_swab16 macro
/linux-master/arch/sh/include/uapi/asm/
H A Dswab.h26 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) function
35 #define __arch_swab16 __arch_swab16 macro
/linux-master/arch/arm/include/asm/
H A Dswab.h29 #define __arch_swab16(x) ((__u16)__arch_swahb32(x)) macro
/linux-master/include/uapi/linux/
H A Dswab.h50 #if defined (__arch_swab16)
51 return __arch_swab16(val);

Completed in 200 milliseconds