Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm64/cavium/
Dthunder_pcie_common.c196 map &= PCIM_BAR_IO_BASE; in thunder_pcie_alloc_resource()
201 testval &= PCIM_BAR_IO_BASE; in thunder_pcie_alloc_resource()
/freebsd-12-stable/stand/i386/libi386/
Dcomconsole.c286 port &= PCIM_BAR_IO_BASE; in comc_pcidev_handle()
/freebsd-12-stable/sys/dev/pci/
Dpcireg.h232 #define PCIM_BAR_IO_BASE 0xfffffffc macro
Dpci.c518 return (mapreg & PCIM_BAR_IO_BASE); in pci_mapbase()
/freebsd-12-stable/usr.sbin/bhyve/
Dpci_passthru.c556 base = bar.pbi_base & PCIM_BAR_IO_BASE; in cfginitbar()
Dpci_emul.c609 mask = PCIM_BAR_IO_BASE; in pci_emul_alloc_bar()
/freebsd-12-stable/sys/mips/cavium/
Doctopci.c490 size = ~(bar & PCIM_BAR_IO_BASE) + 1; in octopci_init_bar()
/freebsd-12-stable/usr.sbin/pciconf/
Dpciconf.c515 base = bar.pbi_base & PCIM_BAR_IO_BASE; in print_bar()