Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dpcireg.h387 #define PCI_MEMBASE1_2 0x24 macro
/openbsd/usr.sbin/pcidump/
H A Dpcidump.c905 if (pci_read(bus, dev, func, PCI_MEMBASE1_2, &reg) != 0) in dump_type2()
907 printf("\t0x%04x: Memory Base 1: %08x\n", PCI_MEMBASE1_2, reg); in dump_type2()