Searched refs:__be32_to_cpus (Results 1 – 1 of 1) sorted by relevance
111 #define __be32_to_cpus(x) do { *((uint32_t *)(x)) = be32_to_cpup((x)); } while (0) macro112 #define be32_to_cpus(x) __be32_to_cpus(x)