Searched refs:pvr_value (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| 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 …]
|
| 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 …]
|
| A D | cpu_specs_book3s_64.h | 69 .pvr_value = 0x00390000, 84 .pvr_value = 0x003c0000, 99 .pvr_value = 0x00440100, 114 .pvr_value = 0x00440000, 129 .pvr_value = 0x00450000, 143 .pvr_value = 0x003a0000, 156 .pvr_value = 0x003b0300, 168 .pvr_value = 0x003b0000, 181 .pvr_value = 0x0f000001, 192 .pvr_value = 0x003e0000, [all …]
|
| 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,
|
| A D | cpu_specs_85xx.h | 12 .pvr_value = 0x80200000, 28 .pvr_value = 0x80210000, 46 .pvr_value = 0x00000000,
|
| A D | cpu_specs_e500mc.h | 22 .pvr_value = 0x80230000, 39 .pvr_value = 0x80240000, 58 .pvr_value = 0x80400000,
|
| 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()
|
| A D | cpu_specs_8xx.h | 9 .pvr_value = PVR_8xx,
|
| 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()
|
| A D | prom.c | 305 pvr = cur_cpu_spec->pvr_value | 0x8; in identical_pvr_fixup()
|
| A D | dt_cpu_ftrs.c | 116 cur_cpu_spec->pvr_value = mfspr(SPRN_PVR); in cpufeatures_setup_cpu()
|
| /linux/drivers/watchdog/ |
| A D | booke_wdt.c | 225 booke_wdt_info.firmware_version = cur_cpu_spec->pvr_value; in booke_wdt_init()
|
| /linux/arch/powerpc/include/asm/ |
| A D | cputable.h | 47 unsigned int pvr_value; member
|
Completed in 17 milliseconds