Searched refs:PCI_MEMBASE_1 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dpcireg.h362 #define PCI_MEMBASE_1 0x20 macro
/openbsd-current/usr.sbin/pcidump/
H A Dpcidump.c833 if (pci_read(bus, dev, func, PCI_MEMBASE_1, &reg) != 0)
834 warn("unable to read PCI_MEMBASE_1");
836 PCI_MEMBASE_1, (reg >> 0) & 0xffff, (reg >> 16) & 0xffff);

Completed in 59 milliseconds