Home
last modified time | relevance | path

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

/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-trng.c71 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_trng_read()
Dsun8i-ce-prng.c125 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_prng_generate()
Dsun8i-ce.h168 __le32 t_common_ctl; member
Dsun8i-ce-hash.c316 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_hash_run()
Dsun8i-ce-cipher.c120 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_cipher_prepare()
Dsun8i-ce-core.c162 v = 1 | ((le32_to_cpu(ce->chanlist[flow].tl->t_common_ctl) & 0x7F) << 8); in sun8i_ce_run_task()