Searched defs:le64_to_cpu (Results 1 – 2 of 2) sorted by relevance
22 #define le64_to_cpu(x) ((le32_to_cpu((x)) << 32) | (le32_to_cpu((x) >> 32))) macro61 #define le64_to_cpu(x) (x) macro
21 #define le64_to_cpu(x) (x) macro