Searched defs:__be16_to_cpus (Results 1 – 2 of 2) sorted by relevance
| /linux-5.15/include/uapi/linux/byteorder/ ! | ||
| H A D | little_endian.h | 103 #define __be16_to_cpus(x) __swab16s((x)) macro |
| H A D | big_endian.h | 103 #define __be16_to_cpus(x) do { (void)(x); } while (0) macro |