Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/pci/
Dpcireg.h194 #define PCI_BAR_IO(x) (((x) & PCIM_BAR_SPACE) == PCIM_BAR_IO_SPACE)
195 #define PCI_BAR_MEM(x) (((x) & PCIM_BAR_SPACE) == PCIM_BAR_MEM_SPACE)
196 #define PCIM_BAR_SPACE 0x00000001 macro