Home
last modified time | relevance | path

Searched refs:bebits (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c270 __be64 *bebits; in sun8i_ce_hash_run() local
374 bebits = (__be64 *)&bf[j]; in sun8i_ce_hash_run()
375 *bebits = cpu_to_be64(byte_count << 3); in sun8i_ce_hash_run()
380 bebits = (__be64 *)&bf[j]; in sun8i_ce_hash_run()
381 *bebits = cpu_to_be64(byte_count >> 61); in sun8i_ce_hash_run()
383 bebits = (__be64 *)&bf[j]; in sun8i_ce_hash_run()
384 *bebits = cpu_to_be64(byte_count << 3); in sun8i_ce_hash_run()
/Linux-v5.15/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c332 __be64 *bebits; in sun8i_ss_hash_run() local
417 bebits = (__be64 *)&bf[j]; in sun8i_ss_hash_run()
418 *bebits = cpu_to_be64(byte_count << 3); in sun8i_ss_hash_run()