Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/lib/psci/
A Dpsci_lib.h92 int psci_stop_other_cores(unsigned int wait_ms,
/arm-trusted-firmware-2.8.0/lib/psci/
A Dpsci_common.c991 int psci_stop_other_cores(unsigned int wait_ms, in psci_stop_other_cores() argument
1012 if (wait_ms != 0U) { in psci_stop_other_cores()
1013 while ((wait_ms-- != 0U) && (!psci_is_last_on_cpu())) { in psci_stop_other_cores()

Completed in 4 milliseconds