Home
last modified time | relevance | path

Searched refs:t_common_ctl (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-trng.c69 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_trng_read()
H A Dsun8i-ce-prng.c123 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_prng_generate()
H A Dsun8i-ce-hash.c380 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_hash_run()
H A Dsun8i-ce-cipher.c176 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_cipher_prepare()
H A Dsun8i-ce-core.c205 /* Only H6 needs to write a part of t_common_ctl along with "1", but since it is ignored in sun8i_ce_run_task()
208 v = 1 | ((le32_to_cpu(ce->chanlist[flow].tl->t_common_ctl) & 0x7F) << 8); in sun8i_ce_run_task()