Searched defs:le16toh (Results 1 – 8 of 8) sorted by relevance
42 #define le16toh(x) (uint16_t)(x) macro55 #define le16toh(x) __bswap16(x) macro
46 #define le16toh(x) (uint16_t)(x) macro59 #define le16toh(x) __bswap16(x) macro
80 static inline uint16_t le16toh(le16_t value) { return bswap_16_on_be((uint16_t __force)value); } in le16toh() function
69 #define le16toh(x) __le16_to_cpu(x) macro