Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powermac/
Dfeature.c2079 static struct pmac_mb_def pmac_mb_defs[] = { variable
2429 for(i=0; model && i<ARRAY_SIZE(pmac_mb_defs); i++) { in probe_motherboard()
2430 if (strcmp(model, pmac_mb_defs[i].model_string) == 0) { in probe_motherboard()
2431 pmac_mb = pmac_mb_defs[i]; in probe_motherboard()
2435 for(i=0; i<ARRAY_SIZE(pmac_mb_defs); i++) { in probe_motherboard()
2436 if (of_machine_is_compatible(pmac_mb_defs[i].model_string)) { in probe_motherboard()
2437 pmac_mb = pmac_mb_defs[i]; in probe_motherboard()