Searched refs:be32_to_cpu (Results 1 – 9 of 9) sorted by relevance
22 #define fdt32_to_cpu(x) be32_to_cpu(x)
95 #define be32_to_cpu __be32_to_cpu macro183 *var = cpu_to_be32(be32_to_cpu(*var) + val); in be32_add_cpu()204 dst[i] = be32_to_cpu(src[i]); in be32_to_cpu_array()
106 # define be32_to_cpu(x) uswap_32(x) macro119 # define be32_to_cpu(x) (x) macro
42 #define zfs_to_cpu32(x, a) (((a) == BIG_ENDIAN) ? be32_to_cpu(x) \
45 #define fdt_addr_to_cpu(reg) be32_to_cpu(reg)46 #define fdt_size_to_cpu(reg) be32_to_cpu(reg)
396 return be32_to_cpu((__force __be32)val); in __virtio32_to_cpu()
441 #define uimage_to_cpu(x) be32_to_cpu(x)
134 r = (r << 32) | be32_to_cpu(*(cell++)); in of_read_number()
57 return be32_to_cpu(__get_unaligned_t(__be32, p)); in get_unaligned_be32()
Completed in 20 milliseconds