Searched refs:__be64_to_cpus (Results 1 – 1 of 1) sorted by relevance
107 #define __be64_to_cpus(x) do { *((uint64_t *)(x)) = be64_to_cpup((x)); } while (0) macro108 #define be64_to_cpus(x) __be64_to_cpus(x)