Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/arm64/cavium/
HDthunder_pcie_common.c192 map &= PCIM_BAR_IO_BASE; in thunder_pcie_alloc_resource()
197 testval &= PCIM_BAR_IO_BASE; in thunder_pcie_alloc_resource()
/freebsd-13-stable/stand/i386/libi386/
HDcomconsole.c284 port &= PCIM_BAR_IO_BASE; in comc_pcidev_handle()
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_passthru.c544 base = bar.pbi_base & PCIM_BAR_IO_BASE; in cfginitbar()
584 lobits &= ~PCIM_BAR_IO_BASE; in cfginitbar()
HDpci_emul.c829 mask = PCIM_BAR_IO_BASE; in pci_emul_assign_bar()
/freebsd-13-stable/sys/dev/pci/
HDpcireg.h232 #define PCIM_BAR_IO_BASE 0xfffffffc macro
HDpci.c544 return (mapreg & PCIM_BAR_IO_BASE); in pci_mapbase()
/freebsd-13-stable/sys/mips/cavium/
HDoctopci.c486 size = ~(bar & PCIM_BAR_IO_BASE) + 1; in octopci_init_bar()
/freebsd-13-stable/usr.sbin/pciconf/
HDpciconf.c528 base = bar.pbi_base & PCIM_BAR_IO_BASE; in print_bar()