Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/cavium/cpt/
Dcptvf_main.c389 union cptx_vqx_inprog vqx_inprg; in cptvf_write_vq_inprog() local
391 vqx_inprg.u = cpt_read_csr64(cptvf->reg_base, CPTX_VQX_INPROG(0, 0)); in cptvf_write_vq_inprog()
392 vqx_inprg.s.inflight = val; in cptvf_write_vq_inprog()
393 cpt_write_csr64(cptvf->reg_base, CPTX_VQX_INPROG(0, 0), vqx_inprg.u); in cptvf_write_vq_inprog()