Home
last modified time | relevance | path

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

/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