Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/cavium/
H A 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.1/stand/i386/libi386/
H A Dcomconsole.c284 port &= PCIM_BAR_IO_BASE; in comc_pcidev_handle()
/freebsd-12.1/sys/dev/pci/
H A Dpcireg.h217 #define PCIM_BAR_IO_BASE 0xfffffffc macro
H A Dpci.c509 return (mapreg & PCIM_BAR_IO_BASE); in pci_mapbase()
/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_passthru.c556 base = bar.pbi_base & PCIM_BAR_IO_BASE; in cfginitbar()
H A Dpci_emul.c612 mask = PCIM_BAR_IO_BASE; in pci_emul_alloc_pbar()
/freebsd-12.1/sys/mips/cavium/
H A Doctopci.c490 size = ~(bar & PCIM_BAR_IO_BASE) + 1; in octopci_init_bar()
/freebsd-12.1/usr.sbin/pciconf/
H A Dpciconf.c515 base = bar.pbi_base & PCIM_BAR_IO_BASE; in print_bar()