Home
last modified time | relevance | path

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

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