Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-exynos/
Dlowlevel_init.c69 if (reg_val != CPU_RST_FLAG_VAL) { in low_power_start()
157 writel(CPU_RST_FLAG_VAL, CONFIG_LOWPOWER_FLAG); in secondary_cores_configure()
159 writel(CPU_RST_FLAG_VAL, EXYNOS5420_SPARE_BASE); in secondary_cores_configure()
Dexynos5_setup.h704 #define CPU_RST_FLAG_VAL 0xFCBA0D10 macro