Searched refs:pmac_mb_defs (Results 1 – 1 of 1) sorted by relevance
2065 static struct pmac_mb_def pmac_mb_defs[] = { variable2415 for(i=0; model && i<ARRAY_SIZE(pmac_mb_defs); i++) { in probe_motherboard()2416 if (strcmp(model, pmac_mb_defs[i].model_string) == 0) { in probe_motherboard()2417 pmac_mb = pmac_mb_defs[i]; in probe_motherboard()2421 for(i=0; i<ARRAY_SIZE(pmac_mb_defs); i++) { in probe_motherboard()2422 if (of_machine_is_compatible(pmac_mb_defs[i].model_string)) { in probe_motherboard()2423 pmac_mb = pmac_mb_defs[i]; in probe_motherboard()