Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/boot/
H A Dof.h33 #define be32_to_cpu(x) swab32(x) macro
40 #define be32_to_cpu(x) (x) macro
/openbmc/linux/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c9 #define be32_to_cpu(x) bswap_32(x) macro
14 #define be32_to_cpu(x) (x) macro
/openbmc/linux/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c25 #define be32_to_cpu(x) bswap_32(x) macro
28 #define be32_to_cpu(x) (x) macro
/openbmc/linux/tools/include/linux/
H A Dkernel.h81 #define be32_to_cpu macro
94 #define be32_to_cpu bswap_32 macro
/openbmc/u-boot/include/
H A Dcompiler.h104 # define be32_to_cpu(x) uswap_32(x) macro
117 # define be32_to_cpu(x) (x) macro
/openbmc/qemu/pc-bios/optionrom/
H A Doptrom.h105 static inline uint32_t be32_to_cpu(uint32_t x) in be32_to_cpu() function
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h95 #define be32_to_cpu __be32_to_cpu macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h95 #define be32_to_cpu __be32_to_cpu macro
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c135 #define be32_to_cpu(val) bswap_32(val) macro
150 #define be32_to_cpu(val) (val) macro