Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/psci/
H A Dpsci_lib.h92 int psci_stop_other_cores(unsigned int this_cpu_idx, unsigned int wait_ms,
/rk3399_ARM-atf/plat/amd/versal2/pm_service/
H A Dpm_svc_main.c116 …ret = psci_stop_other_cores(plat_my_core_pos(), (unsigned int)PWRDWN_WAIT_TIMEOUT, raise_pwr_down_… in request_cpu_pwrdwn()
/rk3399_ARM-atf/drivers/arm/css/scp/
H A Dcss_pm_scmi.c335 ret = psci_stop_other_cores(core_pos, 0, css_raise_pwr_down_interrupt); in css_scp_system_off()
/rk3399_ARM-atf/plat/xilinx/common/pm_service/
H A Dpm_svc_main.c119 ret = psci_stop_other_cores(plat_my_core_pos(), PWRDWN_WAIT_TIMEOUT, in request_cpu_pwrdwn()
/rk3399_ARM-atf/lib/psci/
H A Dpsci_common.c1366 int psci_stop_other_cores(unsigned int this_cpu_idx, unsigned int wait_ms, in psci_stop_other_cores() function