Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c579 union cptx_vqx_done_ack vqx_dack_cnt; in cptvf_write_vq_done_ack() local
581 vqx_dack_cnt.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_ack()
583 vqx_dack_cnt.s.done_ack = ackcnt; in cptvf_write_vq_done_ack()
585 vqx_dack_cnt.u); in cptvf_write_vq_done_ack()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c562 union otx_cptx_vqx_done_ack vqx_dack_cnt; in cptvf_write_vq_done_ack() local
564 vqx_dack_cnt.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_ACK(0)); in cptvf_write_vq_done_ack()
565 vqx_dack_cnt.s.done_ack = ackcnt; in cptvf_write_vq_done_ack()
566 writeq(vqx_dack_cnt.u, cptvf->reg_base + OTX_CPT_VQX_DONE_ACK(0)); in cptvf_write_vq_done_ack()