Home
last modified time | relevance | path

Searched refs:SIGN_OF_LIFE (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/nvidia/tegra/drivers/bpmp/
H A Dbpmp.c127 if (val != SIGN_OF_LIFE) { in tegra_bpmp_init()
132 } while ((val != SIGN_OF_LIFE) && (timeout > 0U)); in tegra_bpmp_init()
134 if (val == SIGN_OF_LIFE) { in tegra_bpmp_init()
210 if (val != SIGN_OF_LIFE) { in tegra_bpmp_resume()
215 } while ((val != SIGN_OF_LIFE) && (timeout < BPMP_TIMEOUT)); in tegra_bpmp_resume()
217 if (val == SIGN_OF_LIFE) { in tegra_bpmp_resume()
/rk3399_ARM-atf/plat/nvidia/tegra/include/drivers/
H A Dbpmp.h27 #define SIGN_OF_LIFE 0xAAAAAAAAU macro
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t210/
H A Dplat_psci_handlers.c418 } while (val != SIGN_OF_LIFE); in tegra_soc_pwr_domain_power_down_wfi()