Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/byteorder/
H A Dswab.h51 #ifndef __arch__swab64
52 # define __arch__swab64(x) ___swab64(x) macro
132 return __arch__swab64(x); in __fswab64()
/openbmc/u-boot/arch/mips/include/asm/
H A Dbyteorder.h51 #define __arch__swab64(x) ___arch__swab64(x) macro