Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Dof.h32 #define cpu_to_be32(x) swab32(x) macro
39 #define cpu_to_be32(x) (x) macro
Dxz_config.h23 #define cpu_to_be32(x) swab32(x) macro
30 #define cpu_to_be32(x) (x) macro
/arch/mips/boot/tools/
Drelocs.c142 #define cpu_to_be32(val) bswap_32(val) macro
157 #define cpu_to_be32(val) (val) macro