Home
last modified time | relevance | path

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

/drivers/crypto/cavium/cpt/
Dcptvf_main.c576 union cptx_vqx_done_ack vqx_dack_cnt; in cptvf_write_vq_done_ack() local
578 vqx_dack_cnt.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_ack()
580 vqx_dack_cnt.s.done_ack = ackcnt; in cptvf_write_vq_done_ack()
582 vqx_dack_cnt.u); in cptvf_write_vq_done_ack()
/drivers/crypto/marvell/octeontx/
Dotx_cptvf_main.c559 union otx_cptx_vqx_done_ack vqx_dack_cnt; in cptvf_write_vq_done_ack() local
561 vqx_dack_cnt.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_ACK(0)); in cptvf_write_vq_done_ack()
562 vqx_dack_cnt.s.done_ack = ackcnt; in cptvf_write_vq_done_ack()
563 writeq(vqx_dack_cnt.u, cptvf->reg_base + OTX_CPT_VQX_DONE_ACK(0)); in cptvf_write_vq_done_ack()