Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dcputable.c128 .pvr_value = 0x00350000,
143 .pvr_value = 0x00380000,
158 .pvr_value = 0x00390000,
176 .pvr_value = 0x003c0000,
194 .pvr_value = 0x00440100,
212 .pvr_value = 0x00440000,
230 .pvr_value = 0x00450000,
247 .pvr_value = 0x003a0000,
267 .pvr_value = 0x003b0300,
283 .pvr_value = 0x003b0000,
[all …]
Dsysfs.c738 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online()
819 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
Dprom.c278 pvr = cur_cpu_spec->pvr_value | 0x8; in identical_pvr_fixup()
/linux-4.1.27/drivers/watchdog/
Dbooke_wdt.c228 booke_wdt_info.firmware_version = cur_cpu_spec->pvr_value; in booke_wdt_init()
/linux-4.1.27/arch/powerpc/include/asm/
Dcputable.h50 unsigned int pvr_value; member