Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mfd/
Dlpc_ich.c229 .iTCO_version = 1,
233 .iTCO_version = 1,
237 .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,
[all …]
/Linux-v5.10/drivers/watchdog/
DiTCO_wdt.c92 unsigned int iTCO_version; member
144 return p->iTCO_version == 3 ? secs : (secs * 10) / 6; in seconds_to_ticks()
150 return p->iTCO_version == 3 ? ticks : (ticks * 6) / 10; in ticks_to_seconds()
157 switch (p->iTCO_version) { in no_reboot_bit()
258 if (p->iTCO_version >= 6) in iTCO_wdt_no_reboot_bit_setup()
260 else if (p->iTCO_version >= 2) in iTCO_wdt_no_reboot_bit_setup()
262 else if (p->iTCO_version == 1) in iTCO_wdt_no_reboot_bit_setup()
288 if (p->iTCO_version >= 2) in iTCO_wdt_start()
290 else if (p->iTCO_version == 1) in iTCO_wdt_start()
337 if (p->iTCO_version >= 2) { in iTCO_wdt_ping()
[all …]
/Linux-v5.10/include/linux/mfd/
Dlpc_ich.h31 unsigned int iTCO_version; member