Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dpcireg.h387 #define PCI_MEMBASE1_2 0x24 macro
/openbsd/src/usr.sbin/pcidump/
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()