Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/
Dcpu_specs_book3s_32.h13 .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 …]
Dcpu_specs_44x.h12 .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 …]
Dcpu_specs_40x.h9 .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 …]
Dcpu_specs_book3s_64.h66 .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 …]
Dcpu_specs_47x.h12 .pvr_value = 0x11a52080,
25 .pvr_value = 0x7ff50000,
38 .pvr_value = 0x00050000,
51 .pvr_value = 0x11a50000,
64 .pvr_value = 0x00000000,
Dcpu_specs_85xx.h12 .pvr_value = 0x80200000,
28 .pvr_value = 0x80210000,
46 .pvr_value = 0x00000000,
Dcpu_specs_e500mc.h21 .pvr_value = 0x80230000,
38 .pvr_value = 0x80240000,
57 .pvr_value = 0x80400000,
Dcputable.c112 if ((pvr & s->pvr_mask) == s->pvr_value) in identify_cpu()
136 if ((pvr & s->pvr_mask) == s->pvr_value) { in identify_cpu_name()
Dcpu_specs_8xx.h9 .pvr_value = PVR_8xx,
Dsysfs.c911 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online()
1007 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
Dprom.c298 pvr = cur_cpu_spec->pvr_value | 0x8; in identical_pvr_fixup()
Ddt_cpu_ftrs.c116 cur_cpu_spec->pvr_value = mfspr(SPRN_PVR); in cpufeatures_setup_cpu()
/linux-6.1.9/drivers/watchdog/
Dbooke_wdt.c225 booke_wdt_info.firmware_version = cur_cpu_spec->pvr_value; in booke_wdt_init()
/linux-6.1.9/arch/powerpc/include/asm/
Dcputable.h47 unsigned int pvr_value; member