Lines Matching defs:model
332 u32 model;
337 .model = 0x001010,
344 .model = 0x000000,
349 .model = SBP2_ROM_VALUE_WILDCARD,
354 .model = SBP2_ROM_VALUE_WILDCARD,
359 .model = SBP2_ROM_VALUE_WILDCARD,
364 .model = SBP2_ROM_VALUE_WILDCARD,
373 .model = 0x000000,
379 .model = 0x000021,
384 .model = 0x000022,
389 .model = 0x000023,
394 .model = 0x00007e,
1020 u32 *model, u32 *firmware_revision)
1039 *model = value;
1086 static void sbp2_init_workarounds(struct sbp2_target *tgt, u32 model,
1106 if (sbp2_workarounds_table[i].model != model &&
1107 sbp2_workarounds_table[i].model != SBP2_ROM_VALUE_WILDCARD)
1117 w, firmware_revision, model);
1130 u32 model, firmware_revision;
1161 model = SBP2_ROM_VALUE_MISSING;
1163 if (sbp2_scan_unit_dir(tgt, unit->directory, &model,
1168 sbp2_init_workarounds(tgt, model, firmware_revision);