Searched refs:PCI_MSIX_TABLE_BIR (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/arch/powerpc64/dev/
H A Dpci_machdep.c61 bir = (table & PCI_MSIX_TABLE_BIR);
154 bir = PCI_MAPREG_START + (table & PCI_MSIX_TABLE_BIR) * 4;
/openbsd-current/sys/arch/arm64/dev/
H A Dpci_machdep.c90 bir = (table & PCI_MSIX_TABLE_BIR);
210 bir = PCI_MAPREG_START + (table & PCI_MSIX_TABLE_BIR) * 4;
/openbsd-current/sys/arch/riscv64/dev/
H A Dpci_machdep.c61 bir = (table & PCI_MSIX_TABLE_BIR);
161 bir = PCI_MAPREG_START + (table & PCI_MSIX_TABLE_BIR) * 4;
/openbsd-current/sys/arch/sparc64/dev/
H A Dpci_machdep.c576 bir = (table & PCI_MSIX_TABLE_BIR);
613 bir = (table & PCI_MSIX_TABLE_BIR);
/openbsd-current/sys/dev/pci/
H A Dpcireg.h654 #define PCI_MSIX_TABLE_BIR 0x00000007 macro
655 #define PCI_MSIX_TABLE_OFF ~(PCI_MSIX_TABLE_BIR)
/openbsd-current/sys/arch/amd64/pci/
H A Dpci_machdep.c291 bir = (table & PCI_MSIX_TABLE_BIR);
/openbsd-current/usr.sbin/pcidump/
H A Dpcidump.c628 (table & PCI_MSIX_TABLE_BIR),

Completed in 146 milliseconds