Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dbyteorder.h52 #define __arch__swab64(x) ___arch__swab64(x) macro