Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/psci/
Dpsci.h21 #define PSCI_NUM_PWR_DOMAINS PLAT_NUM_PWR_DOMAINS macro
23 #define PSCI_NUM_PWR_DOMAINS (U(2) * PLATFORM_CORE_COUNT) macro
26 #define PSCI_NUM_NON_CPU_PWR_DOMAINS (PSCI_NUM_PWR_DOMAINS - \
/external/arm-trusted-firmware/lib/psci/
Dpsci_common.c907 for (idx = 0; idx < (PSCI_NUM_PWR_DOMAINS - psci_plat_core_count); in psci_print_power_domain_map()