Searched refs:__cpu_to_be32 (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-sha256.c | 48 sctx->state[0] = __cpu_to_be32(SHA256_H0); in nx_sha256_init() 49 sctx->state[1] = __cpu_to_be32(SHA256_H1); in nx_sha256_init() 50 sctx->state[2] = __cpu_to_be32(SHA256_H2); in nx_sha256_init() 51 sctx->state[3] = __cpu_to_be32(SHA256_H3); in nx_sha256_init() 52 sctx->state[4] = __cpu_to_be32(SHA256_H4); in nx_sha256_init() 53 sctx->state[5] = __cpu_to_be32(SHA256_H5); in nx_sha256_init() 54 sctx->state[6] = __cpu_to_be32(SHA256_H6); in nx_sha256_init() 55 sctx->state[7] = __cpu_to_be32(SHA256_H7); in nx_sha256_init()
|
/openbmc/u-boot/include/linux/byteorder/ |
H A D | generic.h | 94 #define cpu_to_be32 __cpu_to_be32 134 #define ___htonl(x) __cpu_to_be32(x)
|
H A D | little_endian.h | 40 #define __cpu_to_be32(x) ((__force __be32)__swab32((x))) macro
|
H A D | big_endian.h | 40 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x)) macro
|
/openbmc/linux/include/linux/byteorder/ |
H A D | generic.h | 94 #define cpu_to_be32 __cpu_to_be32 134 #define ___htonl(x) __cpu_to_be32(x)
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm_tis_sandbox.c | 170 pub.nv_index = __cpu_to_be32(index); in handle_cap_flag_space() 173 pub.permission.attributes = __cpu_to_be32(1); in handle_cap_flag_space()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | rpc_rdma.h | 108 #define rpcrdma_cmp_magic __cpu_to_be32(0xf6ab0e18)
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_tunnel.h | 46 #define GRE_PPTP_KEY_MASK __cpu_to_be32(0xffff)
|
H A D | tipc_config.h | 403 tcm_hdr->tcm_len = __cpu_to_be32(msg_len); in TCM_SET()
|
/openbmc/linux/include/uapi/linux/byteorder/ |
H A D | little_endian.h | 40 #define __cpu_to_be32(x) ((__force __be32)__swab32((x))) macro
|
H A D | big_endian.h | 40 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x)) macro
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | crc32.c | 191 crc = __cpu_to_be32(crc); in crc32_be()
|
/openbmc/linux/lib/ |
H A D | crc32.c | 326 crc = (__force u32) __cpu_to_be32(crc);
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btnxpuart.c | 658 nxp_cmd5.crc = __cpu_to_be32(crc32_be(0UL, (char *)&nxp_cmd5, in nxp_fw_change_baudrate() 677 uart_config.crc = __cpu_to_be32(crc32_be(0UL, (char *)&uart_config, in nxp_fw_change_baudrate() 700 nxp_cmd7.crc = __cpu_to_be32(crc32_be(0UL, (char *)&nxp_cmd7, in nxp_fw_change_timeout()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | spectral.c | 663 fft_sample->tsf = __cpu_to_be32(search.timestamp); in ath11k_spectral_process_fft() 670 fft_sample->noise = __cpu_to_be32(summary->meta.noise_floor[search.chain_idx]); in ath11k_spectral_process_fft()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 2280 .fw_ver = __cpu_to_be32(FW_VERSION(T5)), 2293 .fw_ver = __cpu_to_be32(FW_VERSION(T6)),
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 4710 .fw_ver = __cpu_to_be32(FW_VERSION(T4)), 4723 .fw_ver = __cpu_to_be32(FW_VERSION(T5)), 4736 .fw_ver = __cpu_to_be32(FW_VERSION(T6)),
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 319 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x))
|