Home
last modified time | relevance | path

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

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