Home
last modified time | relevance | path

Searched refs:CPUREV_TYPE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/mn10300/kernel/
Dsetup.c186 type = (CPUREV & CPUREV_TYPE) >> CPUREV_TYPE_S; in cpu_init()
233 type = (cpurev & CPUREV_TYPE) >> CPUREV_TYPE_S; in show_cpuinfo()
/linux-2.6.39/arch/mn10300/include/asm/
Dcpu-regs.h101 #define CPUREV_TYPE 0x0000000f /* CPU type */ macro