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

/u-boot/arch/x86/include/asm/
H A Dbyteorder.h32 #define __arch__swab32(x) ___arch__swab32(x) macro
/u-boot/arch/xtensa/include/asm/
H A Dbyteorder.h66 #define __arch__swab32(x) ___arch__swab32(x) macro
/u-boot/arch/mips/include/asm/
H A Dbyteorder.h35 #define __arch__swab32(x) ___arch__swab32(x) macro
/u-boot/include/linux/byteorder/
H A Dswab.h52 #ifndef __arch__swab32
53 # define __arch__swab32(x) ___swab32(x) macro
118 return __arch__swab32(x);
/u-boot/arch/powerpc/include/asm/
H A Dbyteorder.h63 #define __arch__swab32(x) ___arch__swab32(x) macro
/u-boot/arch/m68k/include/asm/
H A Dbyteorder.h74 #define __arch__swab32(x) ___arch__swab32(x)

Completed in 57 milliseconds