Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/lib/psci/
Dpsci_common.c42 psci_req_local_pwr_states[PLAT_MAX_PWR_LVL][PLATFORM_CORE_COUNT]; variable
204 psci_req_local_pwr_states[pwrlvl - 1][cpu_idx] = req_pwr_state; in psci_set_req_local_pwr_state()
214 memset(&psci_req_local_pwr_states, PLAT_MAX_OFF_STATE, in psci_init_req_local_pwr_states()
215 sizeof(psci_req_local_pwr_states)); in psci_init_req_local_pwr_states()
231 return &psci_req_local_pwr_states[pwrlvl - 1][cpu_idx]; in psci_get_req_local_pwr_states()