Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/byteorder/
H A Dswab.h65 #ifndef __arch__swab16s
66 # define __arch__swab16s(x) do { *(x) = __swab16p((x)); } while (0) macro
109 __arch__swab16s(addr); in __swab16s()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dbyteorder.h85 #define __arch__swab16s(addr) st_le16(addr,*addr)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbyteorder.h74 #define __arch__swab16s(addr) st_le16(addr,*addr) macro