Searched refs:pvr_value (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | cpu_specs_book3s_32.h | 13 .pvr_value = 0x00030000, 26 .pvr_value = 0x00060000, 39 .pvr_value = 0x00070000, 52 .pvr_value = 0x00810000, 65 .pvr_value = 0x00820000, 79 .pvr_value = 0x00830000, 92 .pvr_value = 0x00840000, 105 .pvr_value = 0x00850000, 119 .pvr_value = 0x00860000, 136 .pvr_value = 0x00040000, [all …]
|
H A D | cpu_specs_44x.h | 12 .pvr_value = 0x40000850, 24 .pvr_value = 0x40000858, 37 .pvr_value = 0x400008d3, 49 .pvr_value = 0x400008d4, 62 .pvr_value = 0x400008db, 75 .pvr_value = 0x200008D0, 88 .pvr_value = 0x200008D8, 101 .pvr_value = 0x40000440, 113 .pvr_value = 0x40000481, 125 .pvr_value = 0x50000850, [all …]
|
H A D | cpu_specs_40x.h | 9 .pvr_value = 0x41810000, 22 .pvr_value = 0x41610000, 35 .pvr_value = 0x40B10000, 48 .pvr_value = 0x41410000, 61 .pvr_value = 0x50910000, 74 .pvr_value = 0x51510000, 87 .pvr_value = 0x41F10000, 99 .pvr_value = 0x51210000, 112 .pvr_value = 0x12910007, 125 .pvr_value = 0x1291000d, [all …]
|
H A D | cpu_specs_book3s_64.h | 66 .pvr_value = 0x00390000, 81 .pvr_value = 0x003c0000, 96 .pvr_value = 0x00440100, 111 .pvr_value = 0x00440000, 126 .pvr_value = 0x00450000, 140 .pvr_value = 0x003a0000, 153 .pvr_value = 0x003b0300, 165 .pvr_value = 0x003b0000, 178 .pvr_value = 0x0f000001, 189 .pvr_value = 0x003e0000, [all …]
|
H A D | cpu_specs_47x.h | 12 .pvr_value = 0x11a52080, 25 .pvr_value = 0x7ff50000, 38 .pvr_value = 0x00050000, 51 .pvr_value = 0x11a50000, 64 .pvr_value = 0x00000000,
|
H A D | cpu_specs_85xx.h | 12 .pvr_value = 0x80200000, 28 .pvr_value = 0x80210000, 46 .pvr_value = 0x00000000,
|
H A D | cpu_specs_e500mc.h | 22 .pvr_value = 0x80230000, 39 .pvr_value = 0x80240000, 58 .pvr_value = 0x80400000,
|
H A D | cputable.c | 116 if ((pvr & s->pvr_mask) == s->pvr_value) in identify_cpu() 140 if ((pvr & s->pvr_mask) == s->pvr_value) { in identify_cpu_name()
|
H A D | cpu_specs_8xx.h | 9 .pvr_value = PVR_8xx,
|
H A D | sysfs.c | 921 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online() 1017 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
|
H A D | prom.c | 301 pvr = cur_cpu_spec->pvr_value | 0x8; in identical_pvr_fixup()
|
H A D | dt_cpu_ftrs.c | 116 cur_cpu_spec->pvr_value = mfspr(SPRN_PVR); in cpufeatures_setup_cpu()
|
/openbmc/linux/drivers/watchdog/ |
H A D | booke_wdt.c | 225 booke_wdt_info.firmware_version = cur_cpu_spec->pvr_value; in booke_wdt_init()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | cputable.h | 47 unsigned int pvr_value; member
|