Searched refs:CPU_VER_offCPUID (Results 1 – 2 of 2) sorted by relevance
11 #define CPU_VER_offCPUID 24 /* Major CPU versions */ macro15 #define CPU_VER_mskCPUID ( 0xFF << CPU_VER_offCPUID )
159 cpu_id = (__nds32__mfsr(NDS32_SR_CPU_VER) & CPU_VER_mskCPUID) >> CPU_VER_offCPUID; in setup_cpuinfo()