Searched refs:ld_le32 (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/powerpc/include/asm/
H A Dbyteorder.h21 static __inline__ unsigned ld_le32(const volatile unsigned *addr) function
40 # define __arch_swab32(x) ld_le32(&x)
71 #define __arch__swab32p(addr) ld_le32(addr)
/u-boot/arch/m68k/include/asm/
H A Dbyteorder.h43 static __inline__ unsigned ld_le32(const volatile unsigned *addr) function
60 # define __arch_swab32(x) ld_le32(&x)
82 #define __arch__swab32p(addr) ld_le32(addr)

Completed in 38 milliseconds