Searched refs:__arch_swahb32 (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/blackfin/include/uapi/asm/
H A Dswab.h15 static __inline__ __attribute_const__ __u32 __arch_swahb32(__u32 xx) __arch_swahb32() function
24 #define __arch_swahb32 __arch_swahb32 macro
36 return __arch_swahb32(__arch_swahw32(xx)); __arch_swab32()
/linux-4.4.14/arch/arm/include/asm/
H A Dswab.h22 static inline __attribute_const__ __u32 __arch_swahb32(__u32 x) __arch_swahb32() function
27 #define __arch_swahb32 __arch_swahb32 macro
28 #define __arch_swab16(x) ((__u16)__arch_swahb32(x))
/linux-4.4.14/arch/c6x/include/uapi/asm/
H A Dswab.h52 #define __arch_swahb32 __c6x_swahb32 macro
/linux-4.4.14/include/uapi/linux/
H A Dswab.h94 #ifdef __arch_swahb32 __fswahb32()
95 return __arch_swahb32(val); __fswahb32()

Completed in 88 milliseconds