Home
last modified time | relevance | path

Searched refs:MAX_PCI_REGIONS (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dpci.h548 #define MAX_PCI_REGIONS 7 macro
583 struct pci_region regions[MAX_PCI_REGIONS];
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c868 for (i = 0; i < MAX_PCI_REGIONS; i++, len -= cells_per_record) { in decode_regions()