Lines Matching defs:iTCO_version
90 unsigned int iTCO_version;
141 return p->iTCO_version == 3 ? secs : (secs * 10) / 6;
147 return p->iTCO_version == 3 ? ticks : (ticks * 6) / 10;
154 switch (p->iTCO_version) {
255 if (p->iTCO_version >= 6)
257 else if (p->iTCO_version >= 2)
259 else if (p->iTCO_version == 1)
285 if (p->iTCO_version >= 2)
287 else if (p->iTCO_version == 1)
334 if (p->iTCO_version >= 2) {
336 } else if (p->iTCO_version == 1) {
358 if (p->iTCO_version == 1)
365 if ((p->iTCO_version >= 2 && tmrval > 0x3ff) ||
366 (p->iTCO_version == 1 && tmrval > 0x03f))
370 if (p->iTCO_version >= 2) {
381 } else if (p->iTCO_version == 1) {
406 if (p->iTCO_version >= 2) {
413 } else if (p->iTCO_version == 1) {
485 p->iTCO_version = pdata->version;
499 turn_SMI_watchdog_clear_off >= p->iTCO_version) {
510 if (p->iTCO_version >= 2 && p->iTCO_version < 6 &&
524 if (turn_SMI_watchdog_clear_off >= p->iTCO_version) {
546 switch (p->iTCO_version) {
565 ident.firmware_version = p->iTCO_version;