Searched refs:iTCO_version (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/mfd/ |
D | lpc_ich.c | 229 .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.4/drivers/watchdog/ |
D | iTCO_wdt.c | 91 unsigned int iTCO_version; member 143 return p->iTCO_version == 3 ? secs : (secs * 10) / 6; in seconds_to_ticks() 149 return p->iTCO_version == 3 ? ticks : (ticks * 6) / 10; in ticks_to_seconds() 156 switch (p->iTCO_version) { in no_reboot_bit() 245 if (p->iTCO_version >= 6) in iTCO_wdt_no_reboot_bit_setup() 247 else if (p->iTCO_version >= 2) in iTCO_wdt_no_reboot_bit_setup() 249 else if (p->iTCO_version == 1) in iTCO_wdt_no_reboot_bit_setup() 275 if (p->iTCO_version >= 2) in iTCO_wdt_start() 277 else if (p->iTCO_version == 1) in iTCO_wdt_start() 324 if (p->iTCO_version >= 2) { in iTCO_wdt_ping() [all …]
|
/Linux-v5.4/include/linux/mfd/ |
D | lpc_ich.h | 31 unsigned int iTCO_version; member
|