Searched refs:RVU_PF_VFPF_MBOX_INTX (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptpf_main.c | 28 RVU_PF_VFPF_MBOX_INTX(0), ~0x0ULL); in cptpf_enable_vfpf_mbox_intr() 30 RVU_PF_VFPF_MBOX_INTX(1), ~0x0ULL); in cptpf_enable_vfpf_mbox_intr() 59 RVU_PF_VFPF_MBOX_INTX(0), ~0ULL); in cptpf_disable_vfpf_mbox_intr() 66 RVU_PF_VFPF_MBOX_INTX(1), ~0ULL); in cptpf_disable_vfpf_mbox_intr()
|
| H A D | otx2_cptpf_mbox.c | 355 RVU_PF_VFPF_MBOX_INTX(i)); in otx2_cptpf_vfpf_mbox_intr() 364 0, RVU_PF_VFPF_MBOX_INTX(i), in otx2_cptpf_vfpf_mbox_intr()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_reg.h | 22 #define RVU_PF_VFPF_MBOX_INTX(a) (0x880 | (a) << 3) macro
|
| H A D | otx2_pf.c | 560 intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(1)); in otx2_pfvf_mbox_intr_handler() 561 otx2_write64(pf, RVU_PF_VFPF_MBOX_INTX(1), intr); in otx2_pfvf_mbox_intr_handler() 568 intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(0)); in otx2_pfvf_mbox_intr_handler() 569 otx2_write64(pf, RVU_PF_VFPF_MBOX_INTX(0), intr); in otx2_pfvf_mbox_intr_handler() 691 otx2_write64(pf, RVU_PF_VFPF_MBOX_INTX(0), ~0ull); in otx2_enable_pfvf_mbox_intr() 692 otx2_write64(pf, RVU_PF_VFPF_MBOX_INTX(1), ~0ull); in otx2_enable_pfvf_mbox_intr() 714 otx2_write64(pf, RVU_PF_VFPF_MBOX_INTX(0), ~0ull); in otx2_disable_pfvf_mbox_intr() 719 otx2_write64(pf, RVU_PF_VFPF_MBOX_INTX(1), ~0ull); in otx2_disable_pfvf_mbox_intr()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_reg.h | 88 #define RVU_PF_VFPF_MBOX_INTX(a) (0x880 | (a) << 3) macro
|