Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/boot/pc98/libpc98/
Dcomconsole.c267 port &= PCIM_BAR_IO_BASE; in comc_pcidev_handle()
/freebsd-9-stable/sys/boot/i386/libi386/
Dcomconsole.c267 port &= PCIM_BAR_IO_BASE; in comc_pcidev_handle()
/freebsd-9-stable/sys/dev/pci/
Dpcireg.h173 #define PCIM_BAR_IO_BASE 0xfffffffc macro
Dpci.c469 return (mapreg & PCIM_BAR_IO_BASE); in pci_mapbase()
/freebsd-9-stable/usr.sbin/pciconf/
Dpciconf.c293 base = bar.pbi_base & PCIM_BAR_IO_BASE; in list_bars()
/freebsd-9-stable/sys/mips/cavium/
Doctopci.c486 size = ~(bar & PCIM_BAR_IO_BASE) + 1; in octopci_init_bar()