Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/boot/
Dof.h31 #define cpu_to_be32(x) swab32(x) macro
38 #define cpu_to_be32(x) (x) macro
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c7 #define cpu_to_be32(x) bswap_32(x) macro
12 #define cpu_to_be32(x) (x) macro
/linux-4.4.14/include/linux/byteorder/
Dgeneric.h93 #define cpu_to_be32 __cpu_to_be32 macro