Home
last modified time | relevance | path

Searched refs:vqx_dbell (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c376 union cptx_vqx_doorbell vqx_dbell; in cptvf_write_vq_doorbell() local
378 vqx_dbell.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_doorbell()
380 vqx_dbell.s.dbell_cnt = val * 8; /* Num of Instructions * 8 words */ in cptvf_write_vq_doorbell()
382 vqx_dbell.u); in cptvf_write_vq_doorbell()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c359 union otx_cptx_vqx_doorbell vqx_dbell; in otx_cptvf_write_vq_doorbell() local
361 vqx_dbell.u = readq(cptvf->reg_base + OTX_CPT_VQX_DOORBELL(0)); in otx_cptvf_write_vq_doorbell()
362 vqx_dbell.s.dbell_cnt = val * 8; /* Num of Instructions * 8 words */ in otx_cptvf_write_vq_doorbell()
363 writeq(vqx_dbell.u, cptvf->reg_base + OTX_CPT_VQX_DOORBELL(0)); in otx_cptvf_write_vq_doorbell()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A 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()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A 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()

Completed in 6 milliseconds