Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Dlpc_ich.c237 .iTCO_version = 1,
241 .iTCO_version = 1,
245 .iTCO_version = 1,
249 .iTCO_version = 1,
253 .iTCO_version = 1,
257 .iTCO_version = 1,
261 .iTCO_version = 1,
265 .iTCO_version = 1,
269 .iTCO_version = 1,
273 .iTCO_version = 1,
[all …]
/Linux-v4.19/drivers/watchdog/
DiTCO_wdt.c94 unsigned int iTCO_version; member
146 return p->iTCO_version == 3 ? secs : (secs * 10) / 6; in seconds_to_ticks()
152 return p->iTCO_version == 3 ? ticks : (ticks * 6) / 10; in ticks_to_seconds()
159 switch (p->iTCO_version) { in no_reboot_bit()
231 if (p->iTCO_version >= 2) in iTCO_wdt_no_reboot_bit_setup()
233 else if (p->iTCO_version == 1) in iTCO_wdt_no_reboot_bit_setup()
259 if (p->iTCO_version >= 2) in iTCO_wdt_start()
261 else if (p->iTCO_version == 1) in iTCO_wdt_start()
310 if (p->iTCO_version >= 2) { in iTCO_wdt_ping()
312 } else if (p->iTCO_version == 1) { in iTCO_wdt_ping()
[all …]
/Linux-v4.19/include/linux/mfd/
Dlpc_ich.h43 unsigned int iTCO_version; member