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

/freebsd-12-stable/sys/i386/pci/
H A Dpci_cfgreg.c60 #define PCIE_CACHE 8 macro
472 pcie_array = malloc(sizeof(struct pcie_cfg_elem) * PCIE_CACHE,
477 va = kva_alloc(PCIE_CACHE * PAGE_SIZE);
489 for (i = 0; i < PCIE_CACHE; i++) {

Completed in 103 milliseconds