Lines Matching defs:model
119 * the model number. There are some exceptions that are fixed
461 /* Check for model in fuses, overrides normal decode */
471 int model = fuse_data & 0x3fff;
473 if (suffix && model) {
475 sprintf(fuse_model, "%d%c", model, 'A' + suffix - 1);
478 } else if (suffix && !model) {
479 /* Only have suffix, so add suffix to 'normal' model number */
483 /* Don't have suffix, so just use model from fuses */
484 sprintf(fuse_model, "%d", model);
496 * string representing the chip model number. The string is of the
498 * - XXXX = The chip model number