Searched refs:__le64_to_cpus (Results 1 - 3 of 3) sorted by relevance

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

Completed in 70 milliseconds