HomeSort by relevance Sort by last modified time
    Searched refs:PSCI_CPU_PWR_LVL (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_stat.c 82 for (lvl = PSCI_CPU_PWR_LVL + 1; lvl <= end_pwrlvl; lvl++) {
116 local_state = state_info->pwr_domain_state[PSCI_CPU_PWR_LVL];
117 stat_idx = get_stat_idx(local_state, PSCI_CPU_PWR_LVL);
120 residency = plat_psci_stat_get_residency(PSCI_CPU_PWR_LVL,
132 for (lvl = PSCI_CPU_PWR_LVL + 1; lvl <= end_pwrlvl; lvl++) {
199 if (pwrlvl > PSCI_CPU_PWR_LVL) {
202 for (lvl = PSCI_CPU_PWR_LVL + 1; lvl < pwrlvl; lvl++)
psci_common.c 29 * level 0 (PSCI_CPU_PWR_LVL) as the requested and the target power state for a
72 PLAT_MAX_PWR_LVL >= PSCI_CPU_PWR_LVL, \
201 assert(pwrlvl > PSCI_CPU_PWR_LVL);
229 assert(pwrlvl > PSCI_CPU_PWR_LVL);
290 pd_state[PSCI_CPU_PWR_LVL] = psci_get_cpu_local_state();
294 for (lvl = PSCI_CPU_PWR_LVL + 1; lvl <= end_pwrlvl; lvl++) {
316 psci_set_cpu_local_state(pd_state[PSCI_CPU_PWR_LVL]);
344 for (i = PSCI_CPU_PWR_LVL + 1; i <= end_lvl; i++) {
361 for (lvl = PSCI_CPU_PWR_LVL + 1; lvl <= end_pwrlvl; lvl++) {
409 for (lvl = PSCI_CPU_PWR_LVL + 1; lvl <= end_pwrlvl; lvl++)
    [all...]
psci_setup.c 39 if (level > PSCI_CPU_PWR_LVL) {
125 while (level >= PSCI_CPU_PWR_LVL) {
155 if (level == PSCI_CPU_PWR_LVL)
psci_off.c 24 for (lvl = PSCI_CPU_PWR_LVL; lvl <= PLAT_MAX_PWR_LVL; lvl++)
psci_main.c 92 cpu_pd_state = state_info.pwr_domain_state[PSCI_CPU_PWR_LVL];
120 psci_stats_update_pwr_up(PSCI_CPU_PWR_LVL, &state_info);
214 /* We dont support level higher than PSCI_CPU_PWR_LVL */
215 if (lowest_affinity_level > PSCI_CPU_PWR_LVL)
psci_suspend.c 281 state_info->pwr_domain_state[PSCI_CPU_PWR_LVL]));
  /device/linaro/bootloader/arm-trusted-firmware/plat/common/
plat_psci_common.c 93 assert(lvl >= PSCI_CPU_PWR_LVL && lvl <= PLAT_MAX_PWR_LVL);
97 if (lvl == PSCI_CPU_PWR_LVL)
105 state = state_info->pwr_domain_state[PSCI_CPU_PWR_LVL];
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
psci.h 32 #define PSCI_CPU_PWR_LVL (0)
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/
plat_psci.c 323 req_state->pwr_domain_state[PSCI_CPU_PWR_LVL] = PLAT_MAX_OFF_STATE;

Completed in 77 milliseconds