Searched refs:PCIM_BAR_SPACE (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dfreebsd_pci.c76 #define PCI_BAR_IO(x) (((x) & PCIM_BAR_SPACE) == PCIM_BAR_IO_SPACE)
77 #define PCI_BAR_MEM(x) (((x) & PCIM_BAR_SPACE) == PCIM_BAR_MEM_SPACE)
81 #define PCIM_BAR_SPACE 0x00000001 macro

Completed in 2 milliseconds