Lines Matching defs:cpuid
481 struct device_node *cpuid = NULL, *hwclock = NULL;
490 /* Lookup the cpuid eeprom node */
491 cpuid = of_find_node_by_path("/u3@0,f8000000/i2c@f8001000/cpuid@a0");
492 if (cpuid != NULL)
493 eeprom = of_get_property(cpuid, "cpuid", NULL);
495 pr_err("Can't find cpuid EEPROM !\n");
576 /* Now calculate reduced frequency by using the cpuid input freq
641 of_node_put(cpuid);