Searched refs:iTCO_version (Results 1 – 2 of 2) sorted by relevance
/drivers/mfd/ |
D | lpc_ich.c | 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, 267 .iTCO_version = 1, [all …]
|
/drivers/watchdog/ |
D | iTCO_wdt.c | 92 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 …]
|