Searched refs:PCI_MSIX_TBLBIR_MASK (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dxhci_pci.c180 bir = msixtbl & PCI_MSIX_TBLBIR_MASK;
H A Dnvme_pci.c206 bir = msixtbl & PCI_MSIX_TBLBIR_MASK;
H A Dpcireg.h1247 #define PCI_MSIX_TBLBIR_MASK __BITS(2, 0) macro
H A Dif_ena.c356 bir = msixtbl & PCI_MSIX_TBLBIR_MASK;
H A Dpci_subr.c2490 printf(" BIR: 0x%x\n", (pcireg_t)(reg & PCI_MSIX_TBLBIR_MASK));
/netbsd-current/sys/arch/arm/cortex/
H A Dgic_v2m.c295 bar = PCI_BAR0 + (4 * (tbl & PCI_MSIX_TBLBIR_MASK));
H A Dgicv3_its.c569 bar = PCI_BAR0 + (4 * (tbl & PCI_MSIX_TBLBIR_MASK));
/netbsd-current/sys/arch/x86/pci/
H A Dmsipic.c709 bir = tbl & PCI_MSIX_TBLBIR_MASK;
/netbsd-current/sys/arch/arm/apple/
H A Dapple_pcie.c645 bar = PCI_BAR0 + (4 * (tbl & PCI_MSIX_TBLBIR_MASK));
/netbsd-current/sys/dev/pci/qat/
H A Dqat.c471 ((msixtbl & PCI_MSIX_TBLBIR_MASK) << 2);

Completed in 320 milliseconds