Searched defs:__be32_to_cpu (Results 1 – 2 of 2) sorted by relevance
| /include/uapi/linux/byteorder/ | ||
| D | big_endian.h | 41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro |
| D | little_endian.h | 41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro |