Searched defs:le32_to_cpu (Results 1 – 2 of 2) sorted by relevance
21 #define le32_to_cpu(x) ((le16_to_cpu((x)) << 16) | (le16_to_cpu((x) >> 16))) macro60 #define le32_to_cpu(x) (x) macro
20 #define le32_to_cpu(x) (x) macro