Home
last modified time | relevance | path

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

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