Home
last modified time | relevance | path

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

/NextBSD/sys/arm64/cavium/
HDthunder_pcie.c462 map &= PCIM_BAR_IO_BASE; in thunder_pcie_alloc_resource()
467 testval &= PCIM_BAR_IO_BASE; in thunder_pcie_alloc_resource()
/NextBSD/sys/boot/pc98/libpc98/
HDcomconsole.c267 port &= PCIM_BAR_IO_BASE; in comc_pcidev_handle()
/NextBSD/sys/boot/i386/libi386/
HDcomconsole.c274 port &= PCIM_BAR_IO_BASE; in comc_pcidev_handle()
/NextBSD/sys/dev/pci/
HDpcireg.h211 #define PCIM_BAR_IO_BASE 0xfffffffc macro
HDpci.c478 return (mapreg & PCIM_BAR_IO_BASE); in pci_mapbase()
/NextBSD/usr.sbin/bhyve/
HDpci_passthru.c463 base = bar.pbi_base & PCIM_BAR_IO_BASE; in cfginitbar()
HDpci_emul.c599 mask = PCIM_BAR_IO_BASE; in pci_emul_alloc_pbar()
/NextBSD/sys/mips/cavium/
HDoctopci.c488 size = ~(bar & PCIM_BAR_IO_BASE) + 1; in octopci_init_bar()
/NextBSD/usr.sbin/pciconf/
HDpciconf.c493 base = bar.pbi_base & PCIM_BAR_IO_BASE; in print_bar()