Home
last modified time | relevance | path

Searched refs:soc_is_s3c64xx (Results 1 – 12 of 12) sorted by relevance

/arch/arm/plat-samsung/include/plat/
Dcpu.h71 # define soc_is_s3c64xx() (is_samsung_s3c6400() || is_samsung_s3c6410()) macro
75 # define soc_is_s3c64xx() 0
/arch/arm/mach-s3c64xx/
Ds3c6400.c84 if (of_have_populated_dt() || soc_is_s3c64xx()) in s3c6400_core_init()
Ds3c6410.c87 if (of_have_populated_dt() || !soc_is_s3c64xx()) in s3c6410_core_init()
Dcpuidle.c61 if (soc_is_s3c64xx()) in s3c64xx_init_cpuidle()
Dmach-s3c64xx-dt.c42 if (!soc_is_s3c64xx()) in s3c64xx_dt_map_io()
Dirq-pm.c116 if (of_have_populated_dt() || !soc_is_s3c64xx()) in s3c64xx_syscore_init()
Dcommon.c212 if (of_have_populated_dt() || !soc_is_s3c64xx()) in s3c64xx_dev_init()
417 if (of_have_populated_dt() || !soc_is_s3c64xx()) in s3c64xx_init_irq_eint()
Dpl080.c234 if (!soc_is_s3c64xx()) in s3c64xx_pl080_init()
Dpm.c336 if (!soc_is_s3c64xx()) in s3c64xx_pm_initcall()
Dmach-crag6410-module.c404 if (!soc_is_s3c64xx()) in wlf_gf_module_register()
/arch/arm/plat-samsung/
Dinit.c157 (!soc_is_s3c24xx() && !soc_is_s3c64xx())) in s3c_arch_init()
Dgpio-samsung.c1187 } else if (soc_is_s3c64xx()) { in samsung_gpiolib_init()