Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/byteorder/
Dswab.h141 # define __swab24(x) \ macro
155 # define __swab24(x) __fswab24(x) macro
223 #define swab24 __swab24
Dbig_endian.h37 #define __cpu_to_le24(x) __swab24((x))
38 #define __le24_to_cpu(x) __swab24((x))
Dlittle_endian.h45 #define __cpu_to_be24(x) __swab24((x))
46 #define __be24_to_cpu(x) __swab24((x))