Searched refs:PLAT_MAX_PWR_LVL_STATES (Results 1 – 4 of 4) sorted by relevance
16 #ifndef PLAT_MAX_PWR_LVL_STATES17 #define PLAT_MAX_PWR_LVL_STATES 2U macro38 [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()
61 #define PLAT_MAX_PWR_LVL_STATES U(3) macro
427 - PLAT_MAX_PWR_LVL_STATES (optional)
170 - **#define : PLAT_MAX_PWR_LVL_STATES**2916 ``PLAT_MAX_PWR_LVL_STATES`` - 1. This function is only needed if the platform2918 ``PLAT_MAX_PWR_LVL_STATES`` is greater than 2, and needs to account for these
Completed in 9 milliseconds