Searched refs:__swab24s (Results 1 – 3 of 3) sorted by relevance
69 #define __cpu_to_le24s(x) __swab24s((x))70 #define __le24_to_cpus(x) __swab24s((x))
77 #define __cpu_to_be24s(x) __swab24s((x))78 #define __be24_to_cpus(x) __swab24s((x))
182 static __inline__ void __swab24s(__u32 *addr) in __swab24s() function231 #define swab24s __swab24s