Searched refs:__swab24p (Results 1 – 3 of 3) sorted by relevance
53 #define __cpu_to_le24p(x) __swab24p((x))54 #define __le24_to_cpup(x) __swab24p((x))
61 #define __cpu_to_be24p(x) __swab24p((x))62 #define __be24_to_cpup(x) __swab24p((x))
178 static __inline__ __u32 __swab24p(__u32 *x) in __swab24p() function227 #define swab24p __swab24p