Home
last modified time | relevance | path

Searched defs:__arch__swab16s (Results 1 – 2 of 2) sorted by relevance

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