Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dcputable.c130 .pvr_value = 0x00350000,
145 .pvr_value = 0x00380000,
160 .pvr_value = 0x00390000,
178 .pvr_value = 0x003c0000,
196 .pvr_value = 0x00440100,
214 .pvr_value = 0x00440000,
232 .pvr_value = 0x00450000,
249 .pvr_value = 0x003a0000,
269 .pvr_value = 0x003b0300,
285 .pvr_value = 0x003b0000,
[all …]
Dsysfs.c776 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online()
857 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
Dprom.c274 pvr = cur_cpu_spec->pvr_value | 0x8; in identical_pvr_fixup()
/arch/powerpc/include/asm/
Dcputable.h50 unsigned int pvr_value; member