Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/powermac/
Dfeature.c2063 static struct pmac_mb_def pmac_mb_defs[] = { variable
2413 for(i=0; model && i<ARRAY_SIZE(pmac_mb_defs); i++) { in probe_motherboard()
2414 if (strcmp(model, pmac_mb_defs[i].model_string) == 0) { in probe_motherboard()
2415 pmac_mb = pmac_mb_defs[i]; in probe_motherboard()
2419 for(i=0; i<ARRAY_SIZE(pmac_mb_defs); i++) { in probe_motherboard()
2420 if (of_machine_is_compatible(pmac_mb_defs[i].model_string)) { in probe_motherboard()
2421 pmac_mb = pmac_mb_defs[i]; in probe_motherboard()