Home
last modified time | relevance | path

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

/u-boot/include/linux/byteorder/
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
A Dlittle_endian.h79 return (__force __be32)__swab32p(p); in __cpu_to_be32p()
83 return __swab32p((__u32 *)p); in __be32_to_cpup()
A Dbig_endian.h55 return (__force __le32)__swab32p(p); in __cpu_to_le32p()
59 return __swab32p((__u32 *)p); in __le32_to_cpup()

Completed in 5 milliseconds