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

/u-boot/arch/powerpc/include/asm/
H A Dbyteorder.h8 static __inline__ unsigned ld_le16(const volatile unsigned short *addr) function
39 # define __arch_swab16(x) ld_le16(&x)
70 #define __arch__swab16p(addr) ld_le16(addr)
/u-boot/arch/m68k/include/asm/
H A Dbyteorder.h32 static __inline__ unsigned ld_le16(const volatile unsigned short *addr) function
59 # define __arch_swab16(x) ld_le16(&x)
81 #define __arch__swab16p(addr) ld_le16(addr)

Completed in 87 milliseconds