Home
last modified time | relevance | path

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

/arch/arm/mach-exynos/
Dcommon.h64 # define soc_is_exynos4212() is_samsung_exynos4212() macro
66 # define soc_is_exynos4212() 0
109 #define soc_is_exynos4() (soc_is_exynos4210() || soc_is_exynos4212() || \
Dfirmware.c78 if (soc_is_exynos4212()) in exynos_cpu_boot()