Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Dof.h30 #define cpu_to_be16(x) swab16(x) macro
37 #define cpu_to_be16(x) (x) macro
/arch/mips/boot/tools/
Drelocs.c141 #define cpu_to_be16(val) bswap_16(val) macro
156 #define cpu_to_be16(val) (val) macro