Home
last modified time | relevance | path

Searched defs:cpu_to_be16 (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ppc/boot/utils/
Dmkbugboot.c29 #define cpu_to_be16(x) le16_to_cpu(x) macro
32 #define cpu_to_be16(x) (x) macro
Dmkprep.c45 #define cpu_to_be16(x) (x) macro
/linux-2.4.37.9/include/linux/byteorder/
Dgeneric.h97 #define cpu_to_be16 __cpu_to_be16 macro
/linux-2.4.37.9/include/linux/mtd/
Dcompatmac.h83 # define cpu_to_be16(x) htons((x)) macro
86 # define cpu_to_be16(x) (x) macro