Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c418 union cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_swerr_interrupts() local
420 vqx_misc_ena.u = cpt_read_csr64(cptvf->reg_base, in cptvf_enable_swerr_interrupts()
423 vqx_misc_ena.s.swerr = 1; in cptvf_enable_swerr_interrupts()
425 vqx_misc_ena.u); in cptvf_enable_swerr_interrupts()
430 union cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_mbox_interrupts() local
432 vqx_misc_ena.u = cpt_read_csr64(cptvf->reg_base, in cptvf_enable_mbox_interrupts()
435 vqx_misc_ena.s.mbox = 1; in cptvf_enable_mbox_interrupts()
437 vqx_misc_ena.u); in cptvf_enable_mbox_interrupts()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c412 union otx_cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_swerr_interrupts() local
414 vqx_misc_ena.u = readq(cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_swerr_interrupts()
416 vqx_misc_ena.s.swerr = 1; in cptvf_enable_swerr_interrupts()
417 writeq(vqx_misc_ena.u, cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_swerr_interrupts()
422 union otx_cptx_vqx_misc_ena_w1s vqx_misc_ena; in cptvf_enable_mbox_interrupts() local
424 vqx_misc_ena.u = readq(cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_mbox_interrupts()
426 vqx_misc_ena.s.mbox = 1; in cptvf_enable_mbox_interrupts()
427 writeq(vqx_misc_ena.u, cptvf->reg_base + OTX_CPT_VQX_MISC_ENA_W1S(0)); in cptvf_enable_mbox_interrupts()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A 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()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A 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()

Completed in 7 milliseconds