Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c367 union cptx_vqx_ctl vqx_ctl; in cptvf_write_vq_ctl() local
369 vqx_ctl.u = cpt_read_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0)); in cptvf_write_vq_ctl()
370 vqx_ctl.s.ena = val; in cptvf_write_vq_ctl()
371 cpt_write_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0), vqx_ctl.u); in cptvf_write_vq_ctl()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c350 union otx_cptx_vqx_ctl vqx_ctl; in cptvf_write_vq_ctl() local
352 vqx_ctl.u = readq(cptvf->reg_base + OTX_CPT_VQX_CTL(0)); in cptvf_write_vq_ctl()
353 vqx_ctl.s.ena = val; in cptvf_write_vq_ctl()
354 writeq(vqx_ctl.u, cptvf->reg_base + OTX_CPT_VQX_CTL(0)); in cptvf_write_vq_ctl()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c364 union cptx_vqx_ctl vqx_ctl; in cptvf_write_vq_ctl() local
366 vqx_ctl.u = cpt_read_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0)); in cptvf_write_vq_ctl()
367 vqx_ctl.s.ena = val; in cptvf_write_vq_ctl()
368 cpt_write_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0), vqx_ctl.u); in cptvf_write_vq_ctl()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c347 union otx_cptx_vqx_ctl vqx_ctl; in cptvf_write_vq_ctl() local
349 vqx_ctl.u = readq(cptvf->reg_base + OTX_CPT_VQX_CTL(0)); in cptvf_write_vq_ctl()
350 vqx_ctl.s.ena = val; in cptvf_write_vq_ctl()
351 writeq(vqx_ctl.u, cptvf->reg_base + OTX_CPT_VQX_CTL(0)); in cptvf_write_vq_ctl()

Completed in 5 milliseconds