Home
last modified time | relevance | path

Searched refs:PCI_MAPREG_MEM64_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/
H A Dpci_map.c202 if ((is64bit && PCI_MAPREG_MEM64_SIZE(wmask) == 0) || in obsd_pci_mem_find()
247 *sizep = PCI_MAPREG_MEM64_SIZE(wmask); in obsd_pci_mem_find()
H A Dpcireg.h441 #define PCI_MAPREG_MEM64_SIZE(mr) \ macro
/openbsd/usr.sbin/pcidump/
H A Dpcidump.c766 PCI_MAPREG_MEM64_SIZE(mask)); in dump_bars()