Home
last modified time | relevance | path

Searched refs:reset_type (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/psci/
Dpsci_system_off.c53 int psci_system_reset2(uint32_t reset_type, u_register_t cookie) in psci_system_reset2() argument
61 is_vendor = (reset_type >> PSCI_RESET2_TYPE_VENDOR_SHIFT) & 1; in psci_system_reset2()
66 if (reset_type != PSCI_RESET2_SYSTEM_WARM_RESET) in psci_system_reset2()
80 return psci_plat_pm_ops->system_reset2(is_vendor, reset_type, cookie); in psci_system_reset2()
Dpsci_private.h263 int psci_system_reset2(uint32_t reset_type, u_register_t cookie);
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scp/
Dcss_scp.h18 int css_system_reset2(int is_vendor, int reset_type, u_register_t cookie);
Dcss_pm_scmi.c380 int css_system_reset2(int is_vendor, int reset_type, u_register_t cookie) in css_system_reset2() argument
382 if (is_vendor || (reset_type != PSCI_RESET2_SYSTEM_WARM_RESET)) in css_system_reset2()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
Dpsci.h308 int reset_type, u_register_t cookie);
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dplatform-migration-guide.rst171 int reset_type, u_register_t cookie);
Dporting-guide.rst2307 based on the first parameter ``reset_type`` as specified in
2309 reset information. If the ``reset_type`` is not supported, the