Searched refs:PCI_PPBIOLIMIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/pci/
H A Dpci_pci.c462 sc->io.limit = PCI_PPBIOLIMIT(
468 sc->io.limit = PCI_PPBIOLIMIT(0,
575 sc->iolimit = PCI_PPBIOLIMIT(
578 sc->iolimit = PCI_PPBIOLIMIT(0, iolow);
H A Dpcivar.h175 #define PCI_PPBIOLIMIT(h,l) ((((h)<<16) + ((l)<<8)) | 0xfff) macro

Completed in 104 milliseconds