Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c387 union cptx_vqx_inprog vqx_inprg; in cptvf_write_vq_inprog() local
389 vqx_inprg.u = cpt_read_csr64(cptvf->reg_base, CPTX_VQX_INPROG(0, 0)); in cptvf_write_vq_inprog()
390 vqx_inprg.s.inflight = val; in cptvf_write_vq_inprog()
391 cpt_write_csr64(cptvf->reg_base, CPTX_VQX_INPROG(0, 0), vqx_inprg.u); in cptvf_write_vq_inprog()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c368 union otx_cptx_vqx_inprog vqx_inprg; in cptvf_write_vq_inprog() local
370 vqx_inprg.u = readq(cptvf->reg_base + OTX_CPT_VQX_INPROG(0)); in cptvf_write_vq_inprog()
371 vqx_inprg.s.inflight = val; in cptvf_write_vq_inprog()
372 writeq(vqx_inprg.u, cptvf->reg_base + OTX_CPT_VQX_INPROG(0)); in cptvf_write_vq_inprog()