Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Dof.h31 #define cpu_to_be32(x) swab32(x) macro
38 #define cpu_to_be32(x) (x) macro
/arch/mips/boot/tools/
Drelocs.c141 #define cpu_to_be32(val) bswap_32(val) macro
156 #define cpu_to_be32(val) (val) macro