Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dpcireg.h362 #define PCI_MEMBASE_1 0x20 macro
/openbsd/src/usr.sbin/pcidump/
Dpcidump.c833 if (pci_read(bus, dev, func, PCI_MEMBASE_1, &reg) != 0) in dump_type1()
836 PCI_MEMBASE_1, (reg >> 0) & 0xffff, (reg >> 16) & 0xffff); in dump_type1()