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

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

Completed in 64 milliseconds