Lines Matching defs:model
103 const char *model = "";
107 model = of_get_property(root, "model", NULL);
108 seq_printf(m, "machine\t\t: CHRP %s\n", model);
111 if (model && !strncmp(model, "IBM,LongTrail", 13)) {
124 model = "4 MB";
127 model = "8 MB";
130 model = "16 MB";
133 model = "32 MB";
136 model = "64 MB";
139 model = "128 MB";
142 model = "Reserved";
145 seq_printf(m, "memory bank %d\t: %s %s\n", i, model,
199 const char *model;
205 model = of_get_property(root, "model", NULL);
206 if (model && !strncmp(model, "IBM,LongTrail", 13)) {
271 property = of_get_property(node, "model", NULL);
306 machine = of_get_property(root, "model", NULL);