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

/linux-4.4.14/drivers/watchdog/
H A Dintel_scu_watchdog.c126 static int watchdog_set_ipc(int soft_threshold, int threshold) watchdog_set_ipc() argument
133 ipc_wbuf[0] = soft_threshold; watchdog_set_ipc()
193 /* set the timer to the soft_threshold */ intel_scu_keepalive()
194 iowrite32(watchdog_device.soft_threshold, intel_scu_keepalive()
219 watchdog_device.soft_threshold = intel_scu_set_heartbeat()
230 pr_debug("set_heartbeat: soft_threshold is %x (hex)\n", intel_scu_set_heartbeat()
231 watchdog_device.soft_threshold); intel_scu_set_heartbeat()
237 watchdog_device.soft_threshold = intel_scu_set_heartbeat()
238 watchdog_device.soft_threshold / FREQ_ADJUSTMENT; intel_scu_set_heartbeat()
243 /* send the threshold and soft_threshold via IPC to the processor */ intel_scu_set_heartbeat()
244 ipc_ret = watchdog_set_ipc(watchdog_device.soft_threshold, intel_scu_set_heartbeat()
258 soft_value = watchdog_device.soft_threshold & 0xFFFF0000; intel_scu_set_heartbeat()
271 iowrite32(watchdog_device.soft_threshold, intel_scu_set_heartbeat()
403 return put_user(watchdog_device.soft_threshold, p); intel_scu_ioctl()
500 watchdog_device.soft_threshold = intel_scu_watchdog_init()
H A Dintel_scu_watchdog.h51 u32 soft_threshold; member in struct:intel_scu_watchdog_dev

Completed in 77 milliseconds