Searched defs:be32_to_cpu (Results 1 – 2 of 2) sorted by relevance
17 #define be32_to_cpu(x) (x) macro64 #define be32_to_cpu(x) ((be16_to_cpu((x)) << 16) | (be16_to_cpu((x) >> 16))) macro
24 #define be32_to_cpu(x) ((be16_to_cpu((x)) << 16) | (be16_to_cpu((x) >> 16))) macro