__cpu_to_be64
__be64 bits = __cpu_to_be64(bitcount);
__cpu_to_be64(8*areq->assoclen);
__cpu_to_be64(8*input_length);
*low_be = __cpu_to_be64(new_low);
*high_be = __cpu_to_be64(__be64_to_cpu(*high_be) + 1);
sctx->state[0] = __cpu_to_be64(SHA512_H0);
sctx->state[1] = __cpu_to_be64(SHA512_H1);
sctx->state[2] = __cpu_to_be64(SHA512_H2);
sctx->state[3] = __cpu_to_be64(SHA512_H3);
sctx->state[4] = __cpu_to_be64(SHA512_H4);
sctx->state[5] = __cpu_to_be64(SHA512_H5);
sctx->state[6] = __cpu_to_be64(SHA512_H6);
sctx->state[7] = __cpu_to_be64(SHA512_H7);
fft_sample->tsf = __cpu_to_be64(tsf);
fft_sample_20.tsf = __cpu_to_be64(tsf);
fft_sample_40.tsf = __cpu_to_be64(tsf);
#define cpu_to_be64 __cpu_to_be64
#define htobe64(_x) __cpu_to_be64(_x)