Home
last modified time | relevance | path

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

/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c416 union cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_swerr_interrupts() local
418 vqx_misc_ena.u = cpt_read_csr64(cptvf->reg_base, in cptvf_enable_swerr_interrupts()
421 vqx_misc_ena.s.swerr = 1; in cptvf_enable_swerr_interrupts()
423 vqx_misc_ena.u); in cptvf_enable_swerr_interrupts()
428 union cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_mbox_interrupts() local
430 vqx_misc_ena.u = cpt_read_csr64(cptvf->reg_base, in cptvf_enable_mbox_interrupts()
433 vqx_misc_ena.s.mbox = 1; in cptvf_enable_mbox_interrupts()
435 vqx_misc_ena.u); in cptvf_enable_mbox_interrupts()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c410 union otx_cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_swerr_interrupts() local
412 vqx_misc_ena.u = readq(cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_swerr_interrupts()
414 vqx_misc_ena.s.swerr = 1; in cptvf_enable_swerr_interrupts()
415 writeq(vqx_misc_ena.u, cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_swerr_interrupts()
420 union otx_cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_mbox_interrupts() local
422 vqx_misc_ena.u = readq(cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_mbox_interrupts()
424 vqx_misc_ena.s.mbox = 1; in cptvf_enable_mbox_interrupts()
425 writeq(vqx_misc_ena.u, cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_mbox_interrupts()