Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dswab.h57 static inline __attribute_const__ __u32 __fswab32(__u32 val) in __fswab32() function
73 return (((__u64)__fswab32(l)) << 32) | ((__u64)(__fswab32(h))); in __fswab64()
120 __fswab32(x))
/openbmc/u-boot/include/linux/byteorder/
H A Dswab.h87 __fswab32((x)))
94 # define __swab32(x) __fswab32(x)
112 static __inline__ __attribute__((const)) __u32 __fswab32(__u32 x) in __fswab32() function
/openbmc/linux/Documentation/dev-tools/
H A Dcheckpatch.rst328 __fswab32(x))