Home
last modified time | relevance | path

Searched refs:__swab24s (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/byteorder/
Dbig_endian.h69 #define __cpu_to_le24s(x) __swab24s((x))
70 #define __le24_to_cpus(x) __swab24s((x))
Dlittle_endian.h77 #define __cpu_to_be24s(x) __swab24s((x))
78 #define __be24_to_cpus(x) __swab24s((x))
Dswab.h182 static __inline__ void __swab24s(__u32 *addr) in __swab24s() function
231 #define swab24s __swab24s