Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c384 union cptx_vqx_inprog vqx_inprg; in cptvf_write_vq_inprog() local
386 vqx_inprg.u = cpt_read_csr64(cptvf->reg_base, CPTX_VQX_INPROG(0, 0)); in cptvf_write_vq_inprog()
387 vqx_inprg.s.inflight = val; in cptvf_write_vq_inprog()
388 cpt_write_csr64(cptvf->reg_base, CPTX_VQX_INPROG(0, 0), vqx_inprg.u); in cptvf_write_vq_inprog()
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c365 union otx_cptx_vqx_inprog vqx_inprg; in cptvf_write_vq_inprog() local
367 vqx_inprg.u = readq(cptvf->reg_base + OTX_CPT_VQX_INPROG(0)); in cptvf_write_vq_inprog()
368 vqx_inprg.s.inflight = val; in cptvf_write_vq_inprog()
369 writeq(vqx_inprg.u, cptvf->reg_base + OTX_CPT_VQX_INPROG(0)); in cptvf_write_vq_inprog()