Home
last modified time | relevance | path

Searched refs:be32_to_cpu (Results 1 – 9 of 9) sorted by relevance

/include/linux/
A Dlibfdt_env.h22 #define fdt32_to_cpu(x) be32_to_cpu(x)
/include/linux/byteorder/
A Dgeneric.h95 #define be32_to_cpu __be32_to_cpu macro
183 *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()
/include/
A Dcompiler.h106 # define be32_to_cpu(x) uswap_32(x) macro
119 # define be32_to_cpu(x) (x) macro
A Dzfs_common.h42 #define zfs_to_cpu32(x, a) (((a) == BIG_ENDIAN) ? be32_to_cpu(x) \
A Dfdtdec.h45 #define fdt_addr_to_cpu(reg) be32_to_cpu(reg)
46 #define fdt_size_to_cpu(reg) be32_to_cpu(reg)
A Dvirtio.h396 return be32_to_cpu((__force __be32)val); in __virtio32_to_cpu()
A Dimage.h441 #define uimage_to_cpu(x) be32_to_cpu(x)
/include/dm/
A Dof.h134 r = (r << 32) | be32_to_cpu(*(cell++)); in of_read_number()
/include/asm-generic/
A Dunaligned.h57 return be32_to_cpu(__get_unaligned_t(__be32, p)); in get_unaligned_be32()

Completed in 20 milliseconds