Home
last modified time | relevance | path

Searched refs:PCI_PRIBUS_2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dpcireg.h380 #define PCI_PRIBUS_2 0x18 macro
/openbsd/usr.sbin/pcidump/
H A Dpcidump.c890 if (pci_read(bus, dev, func, PCI_PRIBUS_2, &reg) != 0) in dump_type2()
894 PCI_PRIBUS_2, (reg >> 0) & 0xff, (reg >> 8) & 0xff, in dump_type2()