Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/byteorder/
H A Dswab.h83 __fswab16((x)))
93 # define __swab16(x) __fswab16(x)
99 static __inline__ __attribute__((const)) __u16 __fswab16(__u16 x) in __fswab16() function
/openbmc/linux/include/uapi/linux/
H A Dswab.h48 static inline __attribute_const__ __u16 __fswab16(__u16 val) in __fswab16() function
107 __fswab16(x))
/openbmc/linux/net/nfc/
H A Ddigital_core.c66 crc = __fswab16(crc); in digital_skb_add_crc()