Searched refs:cpu_to_be64 (Results 1 – 15 of 15) sorted by relevance
25 #define cpu_to_be64(x) (x) macro
13 #define cpu_to_fdt64(x) cpu_to_be64(x)
67 *tp = cpu_to_be64(t); in tce_build()82 *tp = cpu_to_be64(0); in tce_free()
797 tbl->tar_val = cpu_to_be64(val64); in calgary_setup_tar()815 writeq(cpu_to_be64(val64), target); in calgary_free_bus()953 writeq(cpu_to_be64(val64), target); in calgary_set_split_completion_timeout()
305 ctrblocks[0] = cpu_to_be64(ctrblk++); in __ctr_crypt()306 ctrblocks[1] = cpu_to_be64(ctrblk++); in __ctr_crypt()307 ctrblocks[2] = cpu_to_be64(ctrblk++); in __ctr_crypt()308 ctrblocks[3] = cpu_to_be64(ctrblk++); in __ctr_crypt()326 ctrblocks[0] = cpu_to_be64(ctrblk++); in __ctr_crypt()335 *(__be64 *)walk->iv = cpu_to_be64(ctrblk); in __ctr_crypt()
119 bits = cpu_to_be64(sctx->count << 3); in sha1_ssse3_final()
251 dst->a = cpu_to_be64(src->a); in u128_to_be128()252 dst->b = cpu_to_be64(src->b); in u128_to_be128()
278 dst->a = cpu_to_be64(src->a); in u128_to_be128()279 dst->b = cpu_to_be64(src->b); in u128_to_be128()
1501 dst->a = cpu_to_be64(src->a); in u128_to_be128()1502 dst->b = cpu_to_be64(src->b); in u128_to_be128()
165 bits[1] = cpu_to_be64(sctx->count[0] << 3); in sha512_neon_final()166 bits[0] = cpu_to_be64(sctx->count[1] << 3 | sctx->count[0] >> 61); in sha512_neon_final()193 dst[i] = cpu_to_be64(sctx->state[i]); in sha512_neon_final()
97 bits = cpu_to_be64(sctx->count << 3); in sha1_final()
111 bits = cpu_to_be64(sctx->count << 3); in sha1_neon_final()
83 (unsigned long long)cpu_to_be64(pattern)); in do_one_pass()
471 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
975 ddwprop->dma_base = cpu_to_be64(of_read_number(&create.addr_hi, 2)); in enable_ddw()