Home
last modified time | relevance | path

Searched refs:iTCO_version (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/mfd/
Dlpc_ich.c227 .iTCO_version = 1,
231 .iTCO_version = 1,
235 .iTCO_version = 1,
239 .iTCO_version = 1,
243 .iTCO_version = 1,
247 .iTCO_version = 1,
251 .iTCO_version = 1,
255 .iTCO_version = 1,
259 .iTCO_version = 1,
263 .iTCO_version = 1,
[all …]
/linux-4.1.27/drivers/watchdog/
DiTCO_wdt.c93 unsigned int iTCO_version; member
141 return iTCO_wdt_private.iTCO_version == 3 ? secs : (secs * 10) / 6; in seconds_to_ticks()
146 return iTCO_wdt_private.iTCO_version == 3 ? ticks : (ticks * 6) / 10; in ticks_to_seconds()
154 if (iTCO_wdt_private.iTCO_version == 3) { in iTCO_wdt_set_NO_REBOOT_bit()
158 } else if (iTCO_wdt_private.iTCO_version == 2) { in iTCO_wdt_set_NO_REBOOT_bit()
162 } else if (iTCO_wdt_private.iTCO_version == 1) { in iTCO_wdt_set_NO_REBOOT_bit()
175 if (iTCO_wdt_private.iTCO_version == 3) { in iTCO_wdt_unset_NO_REBOOT_bit()
183 } else if (iTCO_wdt_private.iTCO_version == 2) { in iTCO_wdt_unset_NO_REBOOT_bit()
191 } else if (iTCO_wdt_private.iTCO_version == 1) { in iTCO_wdt_unset_NO_REBOOT_bit()
221 if (iTCO_wdt_private.iTCO_version >= 2) in iTCO_wdt_start()
[all …]
/linux-4.1.27/include/linux/mfd/
Dlpc_ich.h47 unsigned int iTCO_version; member