Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/boot/
Dof.h32 #define be32_to_cpu(x) swab32(x) macro
39 #define be32_to_cpu(x) (x) macro
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c8 #define be32_to_cpu(x) bswap_32(x) macro
13 #define be32_to_cpu(x) (x) macro
/linux-4.4.14/include/linux/byteorder/
Dgeneric.h94 #define be32_to_cpu __be32_to_cpu macro