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

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

Completed in 175 milliseconds