Home
last modified time | relevance | path

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

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