Home
last modified time | relevance | path

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

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