Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-exynos/
Dcommon.h58 # define soc_is_exynos4210() is_samsung_exynos4210() macro
60 # define soc_is_exynos4210() 0
109 #define soc_is_exynos4() (soc_is_exynos4210() || soc_is_exynos4212() || \
Dplatsmp.c174 if (soc_is_exynos4210() && samsung_rev() == EXYNOS4210_REV_1_1) in cpu_boot_reg_base()