Searched refs:iTCO_version (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/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.15/drivers/watchdog/ |
| D | iTCO_wdt.c | 90 unsigned int iTCO_version; member 142 return p->iTCO_version == 3 ? secs : (secs * 10) / 6; in seconds_to_ticks() 148 return p->iTCO_version == 3 ? ticks : (ticks * 6) / 10; in ticks_to_seconds() 155 switch (p->iTCO_version) { in no_reboot_bit() 256 if (p->iTCO_version >= 6) in iTCO_wdt_no_reboot_bit_setup() 258 else if (p->iTCO_version >= 2) in iTCO_wdt_no_reboot_bit_setup() 260 else if (p->iTCO_version == 1) in iTCO_wdt_no_reboot_bit_setup() 286 if (p->iTCO_version >= 2) in iTCO_wdt_start() 288 else if (p->iTCO_version == 1) in iTCO_wdt_start() 335 if (p->iTCO_version >= 2) { in iTCO_wdt_ping() [all …]
|
| /Linux-v5.15/include/linux/mfd/ |
| D | lpc_ich.h | 31 unsigned int iTCO_version; member
|