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

/u-boot/arch/x86/include/asm/
H A Dbyteorder.h33 #define __arch__swab16(x) ___arch__swab16(x) macro
/u-boot/arch/xtensa/include/asm/
H A Dbyteorder.h67 #define __arch__swab16(x) ___arch__swab16(x) macro
/u-boot/arch/mips/include/asm/
H A Dbyteorder.h23 #define __arch__swab16(x) ___arch__swab16(x) macro
/u-boot/include/linux/byteorder/
H A Dswab.h49 #ifndef __arch__swab16
50 # define __arch__swab16(x) ___swab16(x) macro
105 return __arch__swab16(x);
/u-boot/arch/powerpc/include/asm/
H A Dbyteorder.h64 #define __arch__swab16(x) ___arch__swab16(x) macro
/u-boot/arch/m68k/include/asm/
H A Dbyteorder.h75 #define __arch__swab16(x) ___arch__swab16(x)

Completed in 58 milliseconds