Searched refs:iTCO_version (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
D | lpc_ich.c | 222 .iTCO_version = 1, 226 .iTCO_version = 1, 230 .iTCO_version = 1, 234 .iTCO_version = 1, 238 .iTCO_version = 1, 242 .iTCO_version = 1, 246 .iTCO_version = 1, 250 .iTCO_version = 1, 254 .iTCO_version = 1, 258 .iTCO_version = 1, [all …]
|
/linux-4.4.14/drivers/watchdog/ |
D | iTCO_wdt.c | 92 unsigned int iTCO_version; member 140 return iTCO_wdt_private.iTCO_version == 3 ? secs : (secs * 10) / 6; in seconds_to_ticks() 145 return iTCO_wdt_private.iTCO_version == 3 ? ticks : (ticks * 6) / 10; in ticks_to_seconds() 152 switch (iTCO_wdt_private.iTCO_version) { in no_reboot_bit() 174 if (iTCO_wdt_private.iTCO_version >= 2) { in iTCO_wdt_set_NO_REBOOT_bit() 178 } else if (iTCO_wdt_private.iTCO_version == 1) { in iTCO_wdt_set_NO_REBOOT_bit() 191 if (iTCO_wdt_private.iTCO_version >= 2) { in iTCO_wdt_unset_NO_REBOOT_bit() 197 } else if (iTCO_wdt_private.iTCO_version == 1) { in iTCO_wdt_unset_NO_REBOOT_bit() 228 if (iTCO_wdt_private.iTCO_version >= 2) in iTCO_wdt_start() 230 else if (iTCO_wdt_private.iTCO_version == 1) in iTCO_wdt_start() [all …]
|
/linux-4.4.14/include/linux/mfd/ |
D | lpc_ich.h | 41 unsigned int iTCO_version; member
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_pmc_ipc.c | 88 static const int iTCO_version = 3; variable
|