Searched refs:__swab24 (Results 1 – 3 of 3) sorted by relevance
141 # define __swab24(x) \ macro155 # define __swab24(x) __fswab24(x) macro223 #define swab24 __swab24
37 #define __cpu_to_le24(x) __swab24((x))38 #define __le24_to_cpu(x) __swab24((x))
45 #define __cpu_to_be24(x) __swab24((x))46 #define __be24_to_cpu(x) __swab24((x))