Home
last modified time | relevance | path

Searched refs:samsung_cpu_id (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/mach-s3c/
H A Dcpu.c16 unsigned long samsung_cpu_id; variable
20 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()
H A Dcpu.h17 extern unsigned long samsung_cpu_id;
29 return ((samsung_cpu_id & mask) == (id & mask)); \
H A Ds3c64xx.c197 s3c_init_cpu(samsung_cpu_id, cpu_ids, ARRAY_SIZE(cpu_ids)); in s3c64xx_init_io()