Home
last modified time | relevance | path

Searched refs:soft_threshold (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/watchdog/
Dintel_scu_watchdog.c126 static int watchdog_set_ipc(int soft_threshold, int threshold) in watchdog_set_ipc() argument
133 ipc_wbuf[0] = soft_threshold; in watchdog_set_ipc()
194 iowrite32(watchdog_device.soft_threshold, in intel_scu_keepalive()
220 watchdog_device.soft_threshold = in intel_scu_set_heartbeat()
232 watchdog_device.soft_threshold); in intel_scu_set_heartbeat()
238 watchdog_device.soft_threshold = in intel_scu_set_heartbeat()
239 watchdog_device.soft_threshold / FREQ_ADJUSTMENT; in intel_scu_set_heartbeat()
245 ipc_ret = watchdog_set_ipc(watchdog_device.soft_threshold, in intel_scu_set_heartbeat()
259 soft_value = watchdog_device.soft_threshold & 0xFFFF0000; in intel_scu_set_heartbeat()
272 iowrite32(watchdog_device.soft_threshold, in intel_scu_set_heartbeat()
[all …]
Dintel_scu_watchdog.h51 u32 soft_threshold; member