Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pm_cpu_ops/
Dpm_cpu_ops_psci.h32 #define PSCI_0_2_FN_SYSTEM_OFF PSCI_0_2_FN(8) macro
Dpm_cpu_ops_psci.c84 ret = psci_data.invoke_psci_fn(PSCI_0_2_FN_SYSTEM_OFF, 0, 0, 0); in z_sys_poweroff()