Home
last modified time | relevance | path

Searched refs:__be32_to_cpus (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h119 #define be32_to_cpus __be32_to_cpus
H A Dlittle_endian.h102 #define __be32_to_cpus(x) __swab32s((x)) macro
H A Dbig_endian.h102 #define __be32_to_cpus(x) do { (void)(x); } while (0) macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h119 #define be32_to_cpus __be32_to_cpus
/openbmc/linux/include/uapi/linux/byteorder/
H A Dlittle_endian.h102 #define __be32_to_cpus(x) __swab32s((x)) macro
H A Dbig_endian.h102 #define __be32_to_cpus(x) do { (void)(x); } while (0) macro