Lines Matching defs:model
121 u8 model;
161 * First try PCI host bridge IDs, followed by model ID strings
162 * and model/stepping information.
181 if (c->x86_model == tm->model &&
254 u8 model = c->x86_model;
256 return model > 0xe &&
257 model != 0x1c &&
258 model != 0x26 &&
259 model != 0x27 &&
260 model != 0x35 &&
261 model != 0x36;