Home
last modified time | relevance | path

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

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