Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/byteorder/
H A Dlittle_endian.h41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
H A Dbig_endian.h41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
/openbmc/u-boot/include/linux/byteorder/
H A Dlittle_endian.h41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
H A Dbig_endian.h41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro