Home
last modified time | relevance | path

Searched refs:uswap_64 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcompiler.h85 # define uswap_64(x) _uswap_64(x, ull) macro
87 # define uswap_64(x) _uswap_64(x, ) macro
99 # define cpu_to_be64(x) uswap_64(x)
102 # define be64_to_cpu(x) uswap_64(x)
106 # define cpu_to_le64(x) uswap_64(x)
109 # define le64_to_cpu(x) uswap_64(x)
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h66 # define uswap_64(x) _uswap_64(x, ull) macro
68 # define uswap_64(x) _uswap_64(x, ) macro
80 # define cpu_to_be64(x) uswap_64(x)
83 # define be64_to_cpu(x) uswap_64(x)
87 # define cpu_to_le64(x) uswap_64(x)
90 # define le64_to_cpu(x) uswap_64(x)
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h50 #define uswap_64(x) _uswap_64(x, ull) macro
52 #define uswap_64(x) _uswap_64(x, ) macro
64 #define cpu_to_be64(x) uswap_64(x)
67 #define be64_to_cpu(x) uswap_64(x)
71 #define cpu_to_le64(x) uswap_64(x)
74 #define le64_to_cpu(x) uswap_64(x)