Searched defs:be16_to_cpu (Results 1 – 8 of 8) sorted by relevance
44 static inline uint16_t be16_to_cpu(uint16_t val) in be16_to_cpu() function
66 #define be16_to_cpu(x) bswap_16(x) macro89 #define be16_to_cpu(x) (x) macro
21 #define be16_to_cpu(x) __bswap_16(x) macro
19 #define be16_to_cpu(x) (x) macro
72 #define be16_to_cpu(x) __bswap_16(x) macro79 #define be16_to_cpu(x) (x) macro
26 #define be16_to_cpu(n) ntohs(n) macro
207 #define be16_to_cpu(x) (((x)[0]<<8)|(x)[1]) macro