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

/linux-master/arch/powerpc/kernel/
H A Dprom_init.c228 static int __init prom_strcmp(const char *cs, const char *ct) function
1236 if (prom_strcmp(type, "cpu"))
1689 if (prom_strcmp(type, "memory"))
2174 if (prom_strcmp(type, "cpu") != 0)
2179 if (prom_strcmp(type, "okay") != 0)
2255 if (prom_strcmp(version, "Open Firmware, 1.0.5") == 0)
2300 if (prom_strcmp(type, "display") == 0)
2350 if (prom_strcmp(compat, "chrp"))
2412 if (prom_strcmp(type, "display") != 0)
2526 if (prom_strcmp(
[all...]

Completed in 208 milliseconds