Searched refs:__cpu_to_be32 (Results 1 – 9 of 9) sorted by relevance
55 sctx->state[0] = __cpu_to_be32(SHA256_H0); in nx_sha256_init()56 sctx->state[1] = __cpu_to_be32(SHA256_H1); in nx_sha256_init()57 sctx->state[2] = __cpu_to_be32(SHA256_H2); in nx_sha256_init()58 sctx->state[3] = __cpu_to_be32(SHA256_H3); in nx_sha256_init()59 sctx->state[4] = __cpu_to_be32(SHA256_H4); in nx_sha256_init()60 sctx->state[5] = __cpu_to_be32(SHA256_H5); in nx_sha256_init()61 sctx->state[6] = __cpu_to_be32(SHA256_H6); in nx_sha256_init()62 sctx->state[7] = __cpu_to_be32(SHA256_H7); in nx_sha256_init()
93 #define cpu_to_be32 __cpu_to_be32133 #define ___htonl(x) __cpu_to_be32(x)
38 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x)) macro
38 #define __cpu_to_be32(x) ((__force __be32)__swab32((x))) macro
200 #define ___htonl(x) __cpu_to_be32(x)
323 crc = (__force u32) __cpu_to_be32(crc);
640 __raw_writel(__cpu_to_be32(value), addr); in iowrite32be()
3489 .fw_ver = __cpu_to_be32(FW_VERSION(T4)),3502 .fw_ver = __cpu_to_be32(FW_VERSION(T5)),
1879 .fw_ver = __cpu_to_be32(FW_VERSION(T5)),