Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm/mach-exynos/
Dcommon.h50 # define soc_is_exynos4210() is_samsung_exynos4210() macro
52 # define soc_is_exynos4210() 0
Dplatsmp.c187 if (soc_is_exynos4210() && exynos_rev() == EXYNOS4210_REV_1_1) in cpu_boot_reg_base()