Lines Matching defs:soft_threshold
110 static int watchdog_set_ipc(int soft_threshold, int threshold)
117 ipc_wbuf[0] = soft_threshold;
177 /* set the timer to the soft_threshold */
178 iowrite32(watchdog_device.soft_threshold,
203 watchdog_device.soft_threshold =
214 pr_debug("set_heartbeat: soft_threshold is %x (hex)\n",
215 watchdog_device.soft_threshold);
221 watchdog_device.soft_threshold =
222 watchdog_device.soft_threshold / FREQ_ADJUSTMENT;
227 /* send the threshold and soft_threshold via IPC to the processor */
228 ipc_ret = watchdog_set_ipc(watchdog_device.soft_threshold,
242 soft_value = watchdog_device.soft_threshold & 0xFFFF0000;
255 iowrite32(watchdog_device.soft_threshold,
387 return put_user(watchdog_device.soft_threshold, p);
485 watchdog_device.soft_threshold =