Home
last modified time | relevance | path

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

/freebsd/sys/arm64/cavium/
H A Dthunder_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/stand/i386/libi386/
H A Dcomconsole.c283 port &= PCIM_BAR_IO_BASE; in comc_pcidev_handle()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c547 base = bar.pbi_base & PCIM_BAR_IO_BASE; in cfginitbar()
588 lobits &= ~PCIM_BAR_IO_BASE; in cfginitbar()
H A Dpci_emul.c896 mask = PCIM_BAR_IO_BASE; in pci_emul_assign_bar()
/freebsd/sys/dev/pci/
H A Dpcireg.h232 #define PCIM_BAR_IO_BASE 0xfffffffc macro
H A Dpci.c541 return (mapreg & PCIM_BAR_IO_BASE); in pci_mapbase()
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c528 base = bar.pbi_base & PCIM_BAR_IO_BASE; in print_bar()