Searched defs:__le32_to_cpup (Results 1 – 4 of 4) sorted by relevance
55 static inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup() function
69 #define __le32_to_cpup(x) (*(__u32 *)(x)) macro
69 #define __le32_to_cpup(x) __swab32p((x)) macro