Home
last modified time | relevance | path

Searched refs:__swab32p (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/linux/byteorder/
H A Dswab.h69 # define __arch__swab32s(x) do { *(x) = __swab32p((x)); } while (0)
116 static __inline__ __u32 __swab32p(const __u32 *x) in __swab32p() function
149 #define swab32p __swab32p
H A Dlittle_endian.h79 return (__force __be32)__swab32p(p); in __cpu_to_be32p()
83 return __swab32p((__u32 *)p); in __be32_to_cpup()
H A Dbig_endian.h55 return (__force __le32)__swab32p(p); in __cpu_to_le32p()
59 return __swab32p((__u32 *)p); in __le32_to_cpup()
/openbmc/linux/include/uapi/linux/
H A Dswab.h184 static __always_inline __u32 __swab32p(const __u32 *p) in __swab32p() function
257 *p = __swab32p(p); in __swab32s()
/openbmc/linux/include/linux/
H A Dswab.h14 # define swab32p __swab32p
/openbmc/linux/include/uapi/linux/byteorder/
H A Dbig_endian.h55 return (__force __le32)__swab32p(p); in __cpu_to_le32p()
59 return __swab32p((__u32 *)p); in __le32_to_cpup()
H A Dlittle_endian.h79 return (__force __be32)__swab32p(p); in __cpu_to_be32p()
83 return __swab32p((__u32 *)p); in __be32_to_cpup()
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.h198 *dst++ = __swab32p((u32 *) buf); in crypto4xx_memcpy_swab32()