Home
last modified time | relevance | path

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

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