Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dcputable.c141 .pvr_value = 0x00350000,
156 .pvr_value = 0x00380000,
171 .pvr_value = 0x00390000,
189 .pvr_value = 0x003c0000,
207 .pvr_value = 0x00440100,
225 .pvr_value = 0x00440000,
243 .pvr_value = 0x00450000,
260 .pvr_value = 0x003a0000,
280 .pvr_value = 0x003b0300,
296 .pvr_value = 0x003b0000,
[all …]
Dsysfs.c780 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online()
862 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
Dprom.c281 pvr = cur_cpu_spec->pvr_value | 0x8; in identical_pvr_fixup()
Ddt_cpu_ftrs.c176 cur_cpu_spec->pvr_value = mfspr(SPRN_PVR); in cpufeatures_setup_cpu()
/arch/powerpc/include/asm/
Dcputable.h59 unsigned int pvr_value; member