__cpu_to_be32      43 drivers/crypto/nx/nx-sha256.c 	sctx->state[0] = __cpu_to_be32(SHA256_H0);
__cpu_to_be32      44 drivers/crypto/nx/nx-sha256.c 	sctx->state[1] = __cpu_to_be32(SHA256_H1);
__cpu_to_be32      45 drivers/crypto/nx/nx-sha256.c 	sctx->state[2] = __cpu_to_be32(SHA256_H2);
__cpu_to_be32      46 drivers/crypto/nx/nx-sha256.c 	sctx->state[3] = __cpu_to_be32(SHA256_H3);
__cpu_to_be32      47 drivers/crypto/nx/nx-sha256.c 	sctx->state[4] = __cpu_to_be32(SHA256_H4);
__cpu_to_be32      48 drivers/crypto/nx/nx-sha256.c 	sctx->state[5] = __cpu_to_be32(SHA256_H5);
__cpu_to_be32      49 drivers/crypto/nx/nx-sha256.c 	sctx->state[6] = __cpu_to_be32(SHA256_H6);
__cpu_to_be32      50 drivers/crypto/nx/nx-sha256.c 	sctx->state[7] = __cpu_to_be32(SHA256_H7);
__cpu_to_be32    4234 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			.fw_ver = __cpu_to_be32(FW_VERSION(T4)),
__cpu_to_be32    4247 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			.fw_ver = __cpu_to_be32(FW_VERSION(T5)),
__cpu_to_be32    4260 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			.fw_ver = __cpu_to_be32(FW_VERSION(T6)),
__cpu_to_be32    2280 drivers/scsi/csiostor/csio_hw.c 			.fw_ver = __cpu_to_be32(FW_VERSION(T5)),
__cpu_to_be32    2293 drivers/scsi/csiostor/csio_hw.c 			.fw_ver = __cpu_to_be32(FW_VERSION(T6)),
__cpu_to_be32      94 include/linux/byteorder/generic.h #define cpu_to_be32 __cpu_to_be32
__cpu_to_be32     134 include/linux/byteorder/generic.h #define ___htonl(x) __cpu_to_be32(x)
__cpu_to_be32     107 include/linux/sunrpc/rpc_rdma.h #define rpcrdma_cmp_magic	__cpu_to_be32(0xf6ab0e18)
__cpu_to_be32      46 include/uapi/linux/if_tunnel.h #define GRE_PPTP_KEY_MASK	__cpu_to_be32(0xffff)
__cpu_to_be32     327 lib/crc32.c    	crc = (__force u32) __cpu_to_be32(crc);