Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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)