Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-exynos/
H A Dcommon.h52 # define soc_is_exynos4210() is_samsung_exynos4210() macro
54 # define soc_is_exynos4210() 0
H A Dfirmware.c66 if (!soc_is_exynos4210() && !soc_is_exynos4212() && in exynos_cpu_boot()
H A Dplatsmp.c187 if (soc_is_exynos4210() && exynos_rev() == EXYNOS4210_REV_1_1) in cpu_boot_reg_base()