Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/lib/psci/
Dpsci.h22 #define PSCI_NUM_PWR_DOMAINS PLAT_NUM_PWR_DOMAINS macro
24 #define PSCI_NUM_PWR_DOMAINS (U(2) * PLATFORM_CORE_COUNT) macro
27 #define PSCI_NUM_NON_CPU_PWR_DOMAINS (PSCI_NUM_PWR_DOMAINS - \
/trusted-firmware-a-latest/lib/psci/
Dpsci_common.c1115 for (idx = 0; idx < (PSCI_NUM_PWR_DOMAINS - psci_plat_core_count); in psci_print_power_domain_map()