Home
last modified time | relevance | path

Searched refs:PLAT_MAX_PWR_LVL_STATES (Results 1 – 4 of 4) sorted by relevance

/arm-trusted-firmware-2.8.0/lib/psci/
A Dpsci_stat.c16 #ifndef PLAT_MAX_PWR_LVL_STATES
17 #define PLAT_MAX_PWR_LVL_STATES 2U macro
38 [PLAT_MAX_PWR_LVL_STATES];
40 [PLAT_MAX_PWR_LVL_STATES];
52 assert(PLAT_MAX_PWR_LVL_STATES == 2U); in get_stat_idx()
61 assert((idx >= 0) && (idx < (int) PLAT_MAX_PWR_LVL_STATES)); in get_stat_idx()
/arm-trusted-firmware-2.8.0/plat/allwinner/common/include/
A Dplatform_def.h61 #define PLAT_MAX_PWR_LVL_STATES U(3) macro
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dpsci-lib-integration-guide.rst427 - PLAT_MAX_PWR_LVL_STATES (optional)
A Dporting-guide.rst170 - **#define : PLAT_MAX_PWR_LVL_STATES**
2916 ``PLAT_MAX_PWR_LVL_STATES`` - 1. This function is only needed if the platform
2918 ``PLAT_MAX_PWR_LVL_STATES`` is greater than 2, and needs to account for these

Completed in 9 milliseconds