Searched refs:soc_string (Results 1 – 1 of 1) sorted by relevance
1114 const char *soc_string; in soc_info() local1123 soc_string = of_get_property(np, "compatible", NULL); in soc_info()1124 if (!soc_string) in soc_info()1126 soc_string = np->name; in soc_info()1131 if ((sscanf(soc_string, "PowerPC,%u", &soc) != 1) || !soc) in soc_info()