Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dpcireg.h392 #define PCI_IOLIMIT1_2 0x38 macro
/openbsd/usr.sbin/pcidump/
H A Dpcidump.c925 if (pci_read(bus, dev, func, PCI_IOLIMIT1_2, &reg) != 0) in dump_type2()
927 printf("\t0x%04x: I/O Limit 1: %08x\n", PCI_IOLIMIT1_2, reg); in dump_type2()