Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/cavium/cpt/
Dcptvf_main.c373 union cptx_vqx_doorbell vqx_dbell; in cptvf_write_vq_doorbell() local
375 vqx_dbell.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_doorbell()
377 vqx_dbell.s.dbell_cnt = val * 8; /* Num of Instructions * 8 words */ in cptvf_write_vq_doorbell()
379 vqx_dbell.u); in cptvf_write_vq_doorbell()
/linux-6.12.1/drivers/crypto/marvell/octeontx/
Dotx_cptvf_main.c356 union otx_cptx_vqx_doorbell vqx_dbell; in otx_cptvf_write_vq_doorbell() local
358 vqx_dbell.u = readq(cptvf->reg_base + OTX_CPT_VQX_DOORBELL(0)); in otx_cptvf_write_vq_doorbell()
359 vqx_dbell.s.dbell_cnt = val * 8; /* Num of Instructions * 8 words */ in otx_cptvf_write_vq_doorbell()
360 writeq(vqx_dbell.u, cptvf->reg_base + OTX_CPT_VQX_DOORBELL(0)); in otx_cptvf_write_vq_doorbell()