Home
last modified time | relevance | path

Searched refs:PSCI_RESET2_SYSTEM_WARM_RESET (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-latest/lib/psci/
Dpsci_system_off.c68 if (reset_type != PSCI_RESET2_SYSTEM_WARM_RESET) in psci_system_reset2()
/trusted-firmware-a-latest/plat/allwinner/common/
Dsunxi_scpi_pm.c132 if (is_vendor || (reset_type != PSCI_RESET2_SYSTEM_WARM_RESET)) in sunxi_system_reset2()
/trusted-firmware-a-latest/include/lib/psci/
Dpsci.h181 #define PSCI_RESET2_SYSTEM_WARM_RESET (PSCI_RESET2_TYPE_ARCH | U(0)) macro
/trusted-firmware-a-latest/drivers/arm/css/scp/
Dcss_pm_scmi.c471 if (is_vendor || (reset_type != PSCI_RESET2_SYSTEM_WARM_RESET)) in css_system_reset2()