Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/pci/
HDpcireg.h220 #define PCI_BAR_IO(x) (((x) & PCIM_BAR_SPACE) == PCIM_BAR_IO_SPACE)
224 #define PCIM_BAR_IO_SPACE 1 macro
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_emul.c830 lobits = PCIM_BAR_IO_SPACE; in pci_emul_assign_bar()