Searched refs:___constant_swab24 (Results 1 – 3 of 3) sorted by relevance
21 #define __constant_cpu_to_le24(x) ___constant_swab24((x))22 #define __constant_le24_to_cpu(x) ___constant_swab24((x))
29 #define __constant_cpu_to_be24(x) ___constant_swab24((x))30 #define __constant_be24_to_cpu(x) ___constant_swab24((x))
68 #define ___constant_swab24(x) \ macro