Home
last modified time | relevance | path

Searched refs:RVU_PF_VFPF_MBOX_INT_ENA_W1CX (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_reg.h25 #define RVU_PF_VFPF_MBOX_INT_ENA_W1CX(a) (0x8E0 | (a) << 3) macro
Dotx2_pf.c688 otx2_write64(pf, RVU_PF_VFPF_MBOX_INT_ENA_W1CX(0), ~0ull); in otx2_disable_pfvf_mbox_intr()
689 otx2_write64(pf, RVU_PF_VFPF_MBOX_INT_ENA_W1CX(1), ~0ull); in otx2_disable_pfvf_mbox_intr()
/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_main.c49 RVU_PF_VFPF_MBOX_INT_ENA_W1CX(0), ~0ULL); in cptpf_disable_vfpf_mbox_intr()
51 RVU_PF_VFPF_MBOX_INT_ENA_W1CX(1), ~0ULL); in cptpf_disable_vfpf_mbox_intr()
/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_reg.h91 #define RVU_PF_VFPF_MBOX_INT_ENA_W1CX(a) (0x8E0 | (a) << 3) macro
Drvu.c3070 rvupf_write64(rvu, RVU_PF_VFPF_MBOX_INT_ENA_W1CX(0), INTR_MASK(vfs)); in rvu_disable_afvf_intr()
3076 rvupf_write64(rvu, RVU_PF_VFPF_MBOX_INT_ENA_W1CX(1), in rvu_disable_afvf_intr()