Home
last modified time | relevance | path

Searched refs:__arch_swahb32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dswab.h23 static inline __attribute_const__ __u32 __arch_swahb32(__u32 x) in __arch_swahb32() function
28 #define __arch_swahb32 __arch_swahb32 macro
29 #define __arch_swab16(x) ((__u16)__arch_swahb32(x))
/openbmc/linux/include/uapi/linux/
H A Dswab.h90 #ifdef __arch_swahb32 in __fswahb32()
91 return __arch_swahb32(val); in __fswahb32()