Searched refs:samsung_cpu_id (Results 1 – 3 of 3) sorted by relevance
16 unsigned long samsung_cpu_id; variable20 samsung_cpu_id = readl_relaxed(S3C_VA_SYS + 0x118); in s3c64xx_init_cpu()21 if (!samsung_cpu_id) { in s3c64xx_init_cpu()27 samsung_cpu_id = readl_relaxed(S3C_VA_SYS + 0xA1C); in s3c64xx_init_cpu()30 pr_info("Samsung CPU ID: 0x%08lx\n", samsung_cpu_id); in s3c64xx_init_cpu()
17 extern unsigned long samsung_cpu_id;29 return ((samsung_cpu_id & mask) == (id & mask)); \
197 s3c_init_cpu(samsung_cpu_id, cpu_ids, ARRAY_SIZE(cpu_ids)); in s3c64xx_init_io()