Lines Matching defs:model
101 const char *model = "";
105 model = of_get_property(root, "model", NULL);
106 seq_printf(m, "machine\t\t: CHRP %s\n", model);
109 if (model && !strncmp(model, "IBM,LongTrail", 13)) {
122 model = "4 MB";
125 model = "8 MB";
128 model = "16 MB";
131 model = "32 MB";
134 model = "64 MB";
137 model = "128 MB";
140 model = "Reserved";
143 seq_printf(m, "memory bank %d\t: %s %s\n", i, model,
197 const char *model;
203 model = of_get_property(root, "model", NULL);
204 if (model && !strncmp(model, "IBM,LongTrail", 13)) {
269 property = of_get_property(node, "model", NULL);
304 machine = of_get_property(root, "model", NULL);