Searched refs:___arch__swab16 (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/x86/include/asm/
H A Dbyteorder.h20 static __inline__ __u16 ___arch__swab16(__u16 x) function
33 #define __arch__swab16(x) ___arch__swab16(x)
/u-boot/arch/xtensa/include/asm/
H A Dbyteorder.h29 static inline __attribute__((const)) __u16 ___arch__swab16(__u16 x) function
67 #define __arch__swab16(x) ___arch__swab16(x)
/u-boot/arch/mips/include/asm/
H A Dbyteorder.h14 static __inline__ __attribute_const__ __u16 ___arch__swab16(__u16 x) function
23 #define __arch__swab16(x) ___arch__swab16(x)
/u-boot/arch/powerpc/include/asm/
H A Dbyteorder.h42 static __inline__ __attribute__((const)) __u16 ___arch__swab16(__u16 value) function
64 #define __arch__swab16(x) ___arch__swab16(x)
/u-boot/arch/m68k/include/asm/
H A Dbyteorder.h63 __u16 ___arch__swab16(__u16 value)
75 #define __arch__swab16(x) ___arch__swab16(x)

Completed in 73 milliseconds