Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 – 2 of 2) 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/lib/psci/
H A Dpsci_common.c1361 int psci_stop_other_cores(unsigned int this_cpu_idx, unsigned int wait_ms, in psci_stop_other_cores() argument
1378 if (wait_ms != 0U) { in psci_stop_other_cores()
1379 for (uint32_t delay_ms = wait_ms; ((delay_ms != 0U) && in psci_stop_other_cores()