Searched refs:pvr_value (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/kernel/ |
D | cputable.c | 141 .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 …]
|
D | sysfs.c | 780 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()
|
D | prom.c | 281 pvr = cur_cpu_spec->pvr_value | 0x8; in identical_pvr_fixup()
|
D | dt_cpu_ftrs.c | 176 cur_cpu_spec->pvr_value = mfspr(SPRN_PVR); in cpufeatures_setup_cpu()
|
/arch/powerpc/include/asm/ |
D | cputable.h | 59 unsigned int pvr_value; member
|