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

/freebsd-9.3-release/sys/dev/pci/
H A Dpci_pci.c481 sc->mem.base = PCI_PPBMEMBASE(0,
509 sc->pmem.base = PCI_PPBMEMBASE(
516 sc->pmem.base = PCI_PPBMEMBASE(0, val);
592 sc->membase = PCI_PPBMEMBASE(0,
599 sc->pmembase = PCI_PPBMEMBASE(
602 sc->pmembase = PCI_PPBMEMBASE(0, pmemlow);
H A Dpcivar.h172 #define PCI_PPBMEMBASE(h,l) ((((pci_addr_t)(h) << 32) + ((l)<<16)) & ~0xfffff) macro

Completed in 48 milliseconds