Home
last modified time | relevance | path

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

/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/u-boot/lib/
H A Dbch.c77 #define cpu_to_be32 OSSwapHostToBigInt32 macro
79 #define cpu_to_be32 htobe32 macro