Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pci/
H A Dpcireg.h220 #define PCI_BAR_IO(x) (((x) & PCIM_BAR_SPACE) == PCIM_BAR_IO_SPACE)
221 #define PCI_BAR_MEM(x) (((x) & PCIM_BAR_SPACE) == PCIM_BAR_MEM_SPACE)
222 #define PCIM_BAR_SPACE 0x00000001 macro