Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/cavium/cpt/
Dcptvf_main.c415 union cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_swerr_interrupts() local
417 vqx_misc_ena.u = cpt_read_csr64(cptvf->reg_base, in cptvf_enable_swerr_interrupts()
420 vqx_misc_ena.s.swerr = 1; in cptvf_enable_swerr_interrupts()
422 vqx_misc_ena.u); in cptvf_enable_swerr_interrupts()
427 union cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_mbox_interrupts() local
429 vqx_misc_ena.u = cpt_read_csr64(cptvf->reg_base, in cptvf_enable_mbox_interrupts()
432 vqx_misc_ena.s.mbox = 1; in cptvf_enable_mbox_interrupts()
434 vqx_misc_ena.u); in cptvf_enable_mbox_interrupts()
/linux-5.19.10/drivers/crypto/marvell/octeontx/
Dotx_cptvf_main.c409 union otx_cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_swerr_interrupts() local
411 vqx_misc_ena.u = readq(cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_swerr_interrupts()
413 vqx_misc_ena.s.swerr = 1; in cptvf_enable_swerr_interrupts()
414 writeq(vqx_misc_ena.u, cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_swerr_interrupts()
419 union otx_cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_mbox_interrupts() local
421 vqx_misc_ena.u = readq(cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_mbox_interrupts()
423 vqx_misc_ena.s.mbox = 1; in cptvf_enable_mbox_interrupts()
424 writeq(vqx_misc_ena.u, cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_mbox_interrupts()