Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/boot/
H A Dof.h32 #define cpu_to_be32(x) swab32(x) macro
39 #define cpu_to_be32(x) (x) macro
H A Dxz_config.h23 #define cpu_to_be32(x) swab32(x) macro
30 #define cpu_to_be32(x) (x) macro
/openbmc/linux/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c8 #define cpu_to_be32(x) bswap_32(x) macro
13 #define cpu_to_be32(x) (x) macro
/openbmc/linux/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c24 #define cpu_to_be32(x) bswap_32(x) macro
27 #define cpu_to_be32(x) (x) macro
/openbmc/linux/tools/include/linux/
H A Dkernel.h78 #define cpu_to_be32 macro
91 #define cpu_to_be32 bswap_32 macro
/openbmc/u-boot/include/
H A Dcompiler.h101 # define cpu_to_be32(x) uswap_32(x) macro
114 # define cpu_to_be32(x) (x) macro
/openbmc/qemu/pc-bios/optionrom/
H A Doptrom.h100 static inline uint32_t cpu_to_be32(uint32_t x) in cpu_to_be32() function
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h94 #define cpu_to_be32 __cpu_to_be32 macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h94 #define cpu_to_be32 __cpu_to_be32 macro
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c142 #define cpu_to_be32(val) bswap_32(val) macro
157 #define cpu_to_be32(val) (val) macro
/openbmc/u-boot/lib/
H A Dbch.c77 #define cpu_to_be32 OSSwapHostToBigInt32 macro
79 #define cpu_to_be32 htobe32 macro