Home
last modified time | relevance | path

Searched refs:___swab16 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/byteorder/
Dswab.h23 #define ___swab16(x) \ macro
94 # define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); })
139 ___swab16((x)) : \
/linux-2.4.37.9/include/linux/mtd/
Dcompatmac.h311 #define __constant_cpu_to_le16(x) ___swab16((x))
312 #define __constant_le16_to_cpu(x) ___swab16((x))
331 #define __constant_cpu_to_be16(x) ___swab16((x))
332 #define __constant_be16_to_cpu(x) ___swab16((x))