Home
last modified time | relevance | path

Searched refs:ARM_PCI_NUM_REGIONS (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/fvp/fconf/
H A Dfconf_hw_config_getter.c30 CASSERT(ARM_PCI_NUM_REGIONS == 2UL, ARM_PCI_NUM_REGIONS_mismatch);
390 if (pci_props.num_ncoh_regions > ARM_PCI_NUM_REGIONS) { in fconf_populate_pci_props()
392 pci_props.num_ncoh_regions = ARM_PCI_NUM_REGIONS; in fconf_populate_pci_props()
/rk3399_ARM-atf/plat/arm/board/fvp/include/
H A Dfconf_hw_config_getter.h53 struct memory_bank ncoh_regions[ARM_PCI_NUM_REGIONS];
/rk3399_ARM-atf/include/plat/arm/common/
H A Darm_def.h261 #define ARM_PCI_NUM_REGIONS 2UL macro