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

/freebsd-9.3-release/sys/dev/pci/
H A Dpci_pci.c483 sc->mem.limit = PCI_PPBMEMLIMIT(0,
511 sc->pmem.limit = PCI_PPBMEMLIMIT(
517 sc->pmem.limit = PCI_PPBMEMLIMIT(0,
594 sc->memlimit = PCI_PPBMEMLIMIT(0,
606 sc->pmemlimit = PCI_PPBMEMLIMIT(
609 sc->pmemlimit = PCI_PPBMEMLIMIT(0, pmemlow);
H A Dpcivar.h173 #define PCI_PPBMEMLIMIT(h,l) ((((pci_addr_t)(h) << 32) + ((l)<<16)) | 0xfffff) macro

Completed in 51 milliseconds