Home
last modified time | relevance | path

Searched refs:ld_le16 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/m68k/include/asm/
H A Dbyteorder.h32 static __inline__ unsigned ld_le16(const volatile unsigned short *addr) in ld_le16() function
59 # define __arch_swab16(x) ld_le16(&x)
81 #define __arch__swab16p(addr) ld_le16(addr)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbyteorder.h8 static __inline__ unsigned ld_le16(const volatile unsigned short *addr) in ld_le16() function
39 # define __arch_swab16(x) ld_le16(&x)
70 #define __arch__swab16p(addr) ld_le16(addr)
/openbmc/u-boot/drivers/block/
H A Dide.c866 *dbuf++ = ld_le16(pbuf); in ide_input_swap_data()
867 *dbuf++ = ld_le16(pbuf); in ide_input_swap_data()