Searched refs:PCI_PPBIOBASE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c332 base = PCI_PPBIOBASE(
340 base = PCI_PPBIOBASE(0, val);
/freebsd-11-stable/sys/dev/pci/
H A Dpci_pci.c486 sc->io.base = PCI_PPBIOBASE(
493 sc->io.base = PCI_PPBIOBASE(0, val);
819 sc->iobase = PCI_PPBIOBASE(
822 sc->iobase = PCI_PPBIOBASE(0, iolow);
H A Dpcireg.h289 #define PCI_PPBIOBASE(h,l) ((((h)<<16) + ((l)<<8)) & ~0xfff) macro

Completed in 77 milliseconds