Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dpcireg.h389 #define PCI_IOBASE0_2 0x2c macro
/openbsd/src/usr.sbin/pcidump/
Dpcidump.c913 if (pci_read(bus, dev, func, PCI_IOBASE0_2, &reg) != 0) in dump_type2()
915 printf("\t0x%04x: I/O Base 0: %08x\n", PCI_IOBASE0_2, reg); in dump_type2()