Searched refs:PCIM_BAR_IO_RESERVED (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/bus/pci/ | ||
H A D | pcireg.h | 181 #define PCIM_BAR_IO_RESERVED 0x00000002 macro |
H A D | pci.c | 2581 if (PCI_BAR_IO(testval) && (testval & PCIM_BAR_IO_RESERVED) != 0) in pci_add_map() |