Searched refs:__be16_to_cpus (Results 1 – 1 of 1) sorted by relevance
115 #define __be16_to_cpus(x) do { *((uint16_t *)(x)) = be16_to_cpup((x)); } while (0) macro116 #define be16_to_cpus(x) __be16_to_cpus(x)