Searched defs:le16_to_cpu (Results 1 – 4 of 4) sorted by relevance
94 # define le16_to_cpu(x) (x) macro107 # define le16_to_cpu(x) uswap_16(x) macro
47 #define le16_to_cpu(x) (x) macro
92 #define le16_to_cpu __le16_to_cpu macro
138 static inline unsigned short le16_to_cpu (unsigned short val) in le16_to_cpu() function