Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/nvidia/tegra/drivers/bpmp/
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()
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/include/drivers/
A Dbpmp.h27 #define SIGN_OF_LIFE 0xAAAAAAAAU macro
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t210/
A Dplat_psci_handlers.c418 } while (val != SIGN_OF_LIFE); in tegra_soc_pwr_domain_power_down_wfi()

Completed in 12 milliseconds