Searched defs:le16_to_cpu (Results 1 – 11 of 11) sorted by relevance
97 # define le16_to_cpu(x) (x) macro110 # define le16_to_cpu(x) uswap_16(x) macro
46 #define le16_to_cpu(x) (x) macro
91 #define le16_to_cpu __le16_to_cpu macro
56 def le16_to_cpu(val): function
138 static inline unsigned short le16_to_cpu (unsigned short val) in le16_to_cpu() function