Searched defs:__be32_to_cpup (Results 1 – 4 of 4) sorted by relevance
79 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup() function
75 #define __be32_to_cpup(x) __swab32p((x)) macro
75 #define __be32_to_cpup(x) (*(__u32 *)(x)) macro