Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/cavium/cpt/
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()
/Linux-v5.10/drivers/crypto/marvell/octeontx/
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()