Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mn10300/kernel/
Dsetup.c184 unsigned long cpurev = CPUREV, type; in cpu_init()
186 type = (CPUREV & CPUREV_TYPE) >> CPUREV_TYPE_S; in cpu_init()
225 unsigned long cpurev = CPUREV, type, icachesz, dcachesz; in show_cpuinfo()
Dsmp.c726 ci->type = CPUREV; in smp_store_cpu_info()
/linux-2.6.39/arch/mn10300/include/asm/
Dcpu-regs.h100 #define CPUREV __SYSREGC(0xc0000050, u32) /* CPU revision register */ macro