Searched refs:t_common_ctl (Results 1 – 5 of 5) sorted by relevance
69 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_trng_read()
123 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_prng_generate()
380 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_hash_run()
176 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_cipher_prepare()
205 /* 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()