Searched refs:iTCO_version (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | lpc_ich.c | 299 .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 …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | iTCO_wdt.c | 97 unsigned int iTCO_version; member 148 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 …]
|
/openbmc/linux/include/linux/mfd/ |
H A D | lpc_ich.h | 31 unsigned int iTCO_version; member
|