Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbyteorder.h75 #define __arch__swab32s(addr) st_le32(addr,*addr) macro
/openbmc/u-boot/include/linux/byteorder/
H A Dswab.h69 # define __arch__swab32s(x) do { *(x) = __swab32p((x)); } while (0) macro