Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c269 __be64 *bebits; in sun8i_ce_hash_run() local
369 bebits = (__be64 *)&bf[j]; in sun8i_ce_hash_run()
370 *bebits = cpu_to_be64(byte_count << 3); in sun8i_ce_hash_run()
375 bebits = (__be64 *)&bf[j]; in sun8i_ce_hash_run()
376 *bebits = cpu_to_be64(byte_count >> 61); in sun8i_ce_hash_run()
378 bebits = (__be64 *)&bf[j]; in sun8i_ce_hash_run()
379 *bebits = cpu_to_be64(byte_count << 3); in sun8i_ce_hash_run()
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c331 __be64 *bebits; in sun8i_ss_hash_run() local
414 bebits = (__be64 *)&bf[j]; in sun8i_ss_hash_run()
415 *bebits = cpu_to_be64(byte_count << 3); in sun8i_ss_hash_run()