Home
last modified time | relevance | path

Searched refs:pvr_value (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/kernel/
Dcputable.c142 .pvr_value = 0x00390000,
160 .pvr_value = 0x003c0000,
178 .pvr_value = 0x00440100,
196 .pvr_value = 0x00440000,
214 .pvr_value = 0x00450000,
231 .pvr_value = 0x003a0000,
251 .pvr_value = 0x003b0300,
267 .pvr_value = 0x003b0000,
284 .pvr_value = 0x0f000001,
297 .pvr_value = 0x003e0000,
[all …]
Dsysfs.c911 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online()
1006 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
Dprom.c284 pvr = cur_cpu_spec->pvr_value | 0x8; in identical_pvr_fixup()
Ddt_cpu_ftrs.c136 cur_cpu_spec->pvr_value = mfspr(SPRN_PVR); in cpufeatures_setup_cpu()
/arch/powerpc/include/asm/
Dcputable.h58 unsigned int pvr_value; member