Searched refs:__cpu_to_be64 (Results 1 – 8 of 8) sorted by relevance
55 sctx->state[0] = __cpu_to_be64(SHA512_H0); in nx_sha512_init()56 sctx->state[1] = __cpu_to_be64(SHA512_H1); in nx_sha512_init()57 sctx->state[2] = __cpu_to_be64(SHA512_H2); in nx_sha512_init()58 sctx->state[3] = __cpu_to_be64(SHA512_H3); in nx_sha512_init()59 sctx->state[4] = __cpu_to_be64(SHA512_H4); in nx_sha512_init()60 sctx->state[5] = __cpu_to_be64(SHA512_H5); in nx_sha512_init()61 sctx->state[6] = __cpu_to_be64(SHA512_H6); in nx_sha512_init()62 sctx->state[7] = __cpu_to_be64(SHA512_H7); in nx_sha512_init()
91 #define cpu_to_be64 __cpu_to_be64
36 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x)) macro
36 #define __cpu_to_be64(x) ((__force __be64)__swab64((x))) macro
173 fft_sample_40.tsf = __cpu_to_be64(tsf); in ath_cmn_process_fft()198 fft_sample_20.tsf = __cpu_to_be64(tsf); in ath_cmn_process_fft()
134 fft_sample->tsf = __cpu_to_be64(tsf); in ath10k_spectral_process_fft()
161 hdr->mactime = __cpu_to_be64(rx_stats->mac_time); in prism2_rx_80211()162 hdr->hosttime = __cpu_to_be64(jiffies); in prism2_rx_80211()
3593 caphdr->mactime = __cpu_to_be64(rxdesc->time) * 1000; in hfa384x_int_rxmonitor()3594 caphdr->hosttime = __cpu_to_be64(jiffies); in hfa384x_int_rxmonitor()