Home
last modified time | relevance | path

Searched refs:cet (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-trng.c31 struct ce_task *cet; in sun8i_ce_trng_read() local
66 cet = &chan->tl[0]; in sun8i_ce_trng_read()
67 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_trng_read()
69 cet->t_id = cpu_to_le32(flow); in sun8i_ce_trng_read()
71 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_trng_read()
75 cet->t_dlen = cpu_to_le32(todo); in sun8i_ce_trng_read()
77 cet->t_dlen = cpu_to_le32(todo / 4); in sun8i_ce_trng_read()
79 cet->t_sym_ctl = 0; in sun8i_ce_trng_read()
80 cet->t_asym_ctl = 0; in sun8i_ce_trng_read()
82 cet->t_dst[0].addr = cpu_to_le32(dma_dst); in sun8i_ce_trng_read()
[all …]
Dsun8i-ce-prng.c69 struct ce_task *cet; in sun8i_ce_prng_generate() local
122 cet = &chan->tl[0]; in sun8i_ce_prng_generate()
123 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_prng_generate()
125 cet->t_id = cpu_to_le32(flow); in sun8i_ce_prng_generate()
127 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_prng_generate()
131 cet->t_dlen = cpu_to_le32(todo); in sun8i_ce_prng_generate()
133 cet->t_dlen = cpu_to_le32(todo / 4); in sun8i_ce_prng_generate()
136 cet->t_sym_ctl = cpu_to_le32(sym); in sun8i_ce_prng_generate()
137 cet->t_asym_ctl = 0; in sun8i_ce_prng_generate()
139 cet->t_key = cpu_to_le32(dma_iv); in sun8i_ce_prng_generate()
[all …]
Dsun8i-ce-cipher.c88 struct ce_task *cet; in sun8i_ce_cipher_prepare() local
113 cet = chan->tl; in sun8i_ce_cipher_prepare()
114 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_cipher_prepare()
116 cet->t_id = cpu_to_le32(flow); in sun8i_ce_cipher_prepare()
119 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_cipher_prepare()
122 cet->t_dlen = cpu_to_le32(areq->cryptlen); in sun8i_ce_cipher_prepare()
124 cet->t_dlen = cpu_to_le32(areq->cryptlen / 4); in sun8i_ce_cipher_prepare()
140 cet->t_sym_ctl = cpu_to_le32(sym); in sun8i_ce_cipher_prepare()
141 cet->t_asym_ctl = 0; in sun8i_ce_cipher_prepare()
149 cet->t_key = cpu_to_le32(rctx->addr_key); in sun8i_ce_cipher_prepare()
[all …]
Dsun8i-ce-hash.c258 struct ce_task *cet; in sun8i_ce_hash_run() local
308 cet = chan->tl; in sun8i_ce_hash_run()
309 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_hash_run()
311 cet->t_id = cpu_to_le32(flow); in sun8i_ce_hash_run()
314 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_hash_run()
316 cet->t_sym_ctl = 0; in sun8i_ce_hash_run()
317 cet->t_asym_ctl = 0; in sun8i_ce_hash_run()
328 cet->t_src[i].addr = cpu_to_le32(sg_dma_address(sg)); in sun8i_ce_hash_run()
330 cet->t_src[i].len = cpu_to_le32(todo / 4); in sun8i_ce_hash_run()
339 cet->t_dst[0].addr = cpu_to_le32(addr_res); in sun8i_ce_hash_run()
[all …]
Dsun8i-ce-core.c140 struct ce_task *cet = ce->chanlist[flow].tl; in sun8i_ce_run_task() local
185 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task()
203 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task()
219 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task()
/kernel/linux/linux-5.10/drivers/leds/
Dleds-lp3952.c148 enum lp3952_tt tt, enum lp3952_cet cet) in lp3952_set_pattern_gen_cmd() argument
157 .cet = cet, in lp3952_set_pattern_gen_cmd()
/kernel/linux/linux-5.10/include/linux/
Dleds-lp3952.h103 u16 cet:4; member