Searched refs:iTCO_version (Results 1 – 2 of 2) sorted by relevance
97 unsigned int iTCO_version; member148 return p->iTCO_version == 3 ? secs : (secs * 10) / 6; in seconds_to_ticks()154 return p->iTCO_version == 3 ? ticks : (ticks * 6) / 10; in ticks_to_seconds()161 switch (p->iTCO_version) { in no_reboot_bit()272 if (p->iTCO_version >= 6) in iTCO_wdt_no_reboot_bit_setup()274 else if (p->iTCO_version >= 2) in iTCO_wdt_no_reboot_bit_setup()276 else if (p->iTCO_version == 1) in iTCO_wdt_no_reboot_bit_setup()302 if (p->iTCO_version >= 2) in iTCO_wdt_start()304 else if (p->iTCO_version == 1) in iTCO_wdt_start()351 if (p->iTCO_version >= 2) { in iTCO_wdt_ping()[all …]
33 unsigned int iTCO_version; member