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