Searched refs:__swab16 (Results 1 – 3 of 3) sorted by relevance
56 #define __cpu_to_le16(x) ((__force __le16) __swab16((x)))57 #define __le16_to_cpu(x) __swab16((__force __u16) (__le16) (x))
64 #define __cpu_to_be16(x) ((__force __be16) __swab16((x)))65 #define __be16_to_cpu(x) __swab16((__force __u16) (__be16) (x))
55 #define __swab16(x) (__builtin_constant_p((__u16) (x)) ? ___constant_swab16(x) : __fswab16(x)) macro