Home
last modified time | relevance | path

Searched refs:__cpu_to_be64 (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/crypto/nx/
H A Dnx-sha512.c48 sctx->state[0] = __cpu_to_be64(SHA512_H0); in nx_sha512_init()
49 sctx->state[1] = __cpu_to_be64(SHA512_H1); in nx_sha512_init()
50 sctx->state[2] = __cpu_to_be64(SHA512_H2); in nx_sha512_init()
51 sctx->state[3] = __cpu_to_be64(SHA512_H3); in nx_sha512_init()
52 sctx->state[4] = __cpu_to_be64(SHA512_H4); in nx_sha512_init()
53 sctx->state[5] = __cpu_to_be64(SHA512_H5); in nx_sha512_init()
54 sctx->state[6] = __cpu_to_be64(SHA512_H6); in nx_sha512_init()
55 sctx->state[7] = __cpu_to_be64(SHA512_H7); in nx_sha512_init()
/openbmc/u-boot/board/ti/ks2_evm/
H A Dboard.c187 initrd_start = __cpu_to_be64(initrd_start); in ft_board_setup_ex()
191 initrd_end = __cpu_to_be64(initrd_end); in ft_board_setup_ex()
229 *reserve_start = __cpu_to_be64(*reserve_start); in ft_board_setup_ex()
230 size = __cpu_to_be64(*(reserve_start + 1)); in ft_board_setup_ex()
236 __cpu_to_be64(*reserve_start); in ft_board_setup_ex()
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h92 #define cpu_to_be64 __cpu_to_be64
H A Dlittle_endian.h38 #define __cpu_to_be64(x) ((__force __be64)__swab64((x))) macro
H A Dbig_endian.h38 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x)) macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h92 #define cpu_to_be64 __cpu_to_be64
/openbmc/linux/drivers/crypto/bcm/
H A Dutil.c182 *low_be = __cpu_to_be64(new_low); in add_to_ctr()
185 *high_be = __cpu_to_be64(__be64_to_cpu(*high_be) + 1); in add_to_ctr()
/openbmc/linux/include/uapi/linux/byteorder/
H A Dbig_endian.h38 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x)) macro
H A Dlittle_endian.h38 #define __cpu_to_be64(x) ((__force __be64)__swab64((x))) macro
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c169 fft_sample_20.tsf = __cpu_to_be64(tsf); in ath_cmn_process_ht20_fft()
308 fft_sample_40.tsf = __cpu_to_be64(tsf); in ath_cmn_process_ht20_40_fft()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dspectral.c139 fft_sample->tsf = __cpu_to_be64(tsf); in ath10k_spectral_process_fft()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c160 hdr->mactime = __cpu_to_be64(rx_stats->mac_time); in prism2_rx_80211()
161 hdr->hosttime = __cpu_to_be64(jiffies); in prism2_rx_80211()
/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c1004 __be64 bits = __cpu_to_be64(bitcount); in create_hash_pad()
1910 __cpu_to_be64(8*areq->assoclen); in artpec6_crypto_prepare_aead()
1913 __cpu_to_be64(8*input_length); in artpec6_crypto_prepare_aead()
/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c3368 caphdr->mactime = __cpu_to_be64(rxdesc->time * 1000); in hfa384x_int_rxmonitor()
3369 caphdr->hosttime = __cpu_to_be64(jiffies); in hfa384x_int_rxmonitor()