Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mfd/
Dlpc_ich.c299 .iTCO_version = 1,
303 .iTCO_version = 1,
307 .iTCO_version = 1,
311 .iTCO_version = 1,
315 .iTCO_version = 1,
319 .iTCO_version = 1,
323 .iTCO_version = 1,
327 .iTCO_version = 1,
331 .iTCO_version = 1,
335 .iTCO_version = 1,
[all …]
/linux-6.1.9/drivers/watchdog/
DiTCO_wdt.c90 unsigned int iTCO_version; member
141 return p->iTCO_version == 3 ? secs : (secs * 10) / 6; in seconds_to_ticks()
147 return p->iTCO_version == 3 ? ticks : (ticks * 6) / 10; in ticks_to_seconds()
154 switch (p->iTCO_version) { in no_reboot_bit()
255 if (p->iTCO_version >= 6) in iTCO_wdt_no_reboot_bit_setup()
257 else if (p->iTCO_version >= 2) in iTCO_wdt_no_reboot_bit_setup()
259 else if (p->iTCO_version == 1) in iTCO_wdt_no_reboot_bit_setup()
285 if (p->iTCO_version >= 2) in iTCO_wdt_start()
287 else if (p->iTCO_version == 1) in iTCO_wdt_start()
334 if (p->iTCO_version >= 2) { in iTCO_wdt_ping()
[all …]
/linux-6.1.9/include/linux/mfd/
Dlpc_ich.h31 unsigned int iTCO_version; member