Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nxp/common/psci/
H A Dplat_psci.c196 else if (state->pwr_domain_state[PLAT_CLSTR_LVL] == in _pwr_suspend()
207 else if (state->pwr_domain_state[PLAT_CLSTR_LVL] == in _pwr_suspend()
273 else if (state->pwr_domain_state[PLAT_CLSTR_LVL] == in _pwr_suspend_finish()
286 else if (state->pwr_domain_state[PLAT_CLSTR_LVL] == in _pwr_suspend_finish()
366 state->pwr_domain_state[PLAT_CLSTR_LVL] = in _pwr_state_validate()
369 state->pwr_domain_state[PLAT_CLSTR_LVL] = in _pwr_state_validate()
399 req_state->pwr_domain_state[PLAT_CLSTR_LVL] = PLAT_MAX_OFF_STATE; in _pwr_state_sys_suspend()
/rk3399_ARM-atf/plat/nxp/common/psci/include/
H A Dplat_psci.h18 #define PLAT_CLSTR_LVL U(1) macro