Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/nx/
Dnx-sha256.c43 sctx->state[0] = __cpu_to_be32(SHA256_H0); in nx_sha256_init()
44 sctx->state[1] = __cpu_to_be32(SHA256_H1); in nx_sha256_init()
45 sctx->state[2] = __cpu_to_be32(SHA256_H2); in nx_sha256_init()
46 sctx->state[3] = __cpu_to_be32(SHA256_H3); in nx_sha256_init()
47 sctx->state[4] = __cpu_to_be32(SHA256_H4); in nx_sha256_init()
48 sctx->state[5] = __cpu_to_be32(SHA256_H5); in nx_sha256_init()
49 sctx->state[6] = __cpu_to_be32(SHA256_H6); in nx_sha256_init()
50 sctx->state[7] = __cpu_to_be32(SHA256_H7); in nx_sha256_init()
/Linux-v5.4/include/linux/byteorder/
Dgeneric.h94 #define cpu_to_be32 __cpu_to_be32
134 #define ___htonl(x) __cpu_to_be32(x)
/Linux-v5.4/include/linux/sunrpc/
Drpc_rdma.h107 #define rpcrdma_cmp_magic __cpu_to_be32(0xf6ab0e18)
/Linux-v5.4/include/uapi/linux/
Dif_tunnel.h46 #define GRE_PPTP_KEY_MASK __cpu_to_be32(0xffff)
/Linux-v5.4/include/uapi/linux/byteorder/
Dbig_endian.h39 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x)) macro
Dlittle_endian.h39 #define __cpu_to_be32(x) ((__force __be32)__swab32((x))) macro
/Linux-v5.4/lib/
Dcrc32.c327 crc = (__force u32) __cpu_to_be32(crc);
/Linux-v5.4/drivers/scsi/csiostor/
Dcsio_hw.c2280 .fw_ver = __cpu_to_be32(FW_VERSION(T5)),
2293 .fw_ver = __cpu_to_be32(FW_VERSION(T6)),
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4235 .fw_ver = __cpu_to_be32(FW_VERSION(T4)),
4248 .fw_ver = __cpu_to_be32(FW_VERSION(T5)),
4261 .fw_ver = __cpu_to_be32(FW_VERSION(T6)),