Home
last modified time | relevance | path

Searched refs:soc_is_s3c64xx (Results 1 – 2 of 2) 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/
Dmach-s3c64xx-dt.c44 if (!soc_is_s3c64xx()) in s3c64xx_dt_map_io()