Home
last modified time | relevance | path

Searched refs:soft_margin (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dwdt285.c40 static unsigned int soft_margin = 60; /* in seconds */ variable
77 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_open()
168 soft_margin = new_margin; in watchdog_ioctl()
169 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_ioctl()
173 ret = put_user(soft_margin, int_arg); in watchdog_ioctl()
207 soft_margin); in footbridge_watchdog_init()
221 module_param(soft_margin, int, 0);
222 MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds");
H A Dsoftdog.c32 static unsigned int soft_margin = TIMER_MARGIN; /* in seconds */ variable
33 module_param(soft_margin, uint, 0);
34 MODULE_PARM_DESC(soft_margin,
186 watchdog_init_timeout(&softdog_dev, soft_margin, NULL); in softdog_init()
H A Dhpwdt.c37 static unsigned int soft_margin = DEFAULT_MARGIN; /* in seconds */ variable
339 watchdog_init_timeout(&hpwdt_dev, soft_margin, NULL); in hpwdt_init_one()
400 module_param(soft_margin, int, 0);
401 MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds");
403 module_param_named(timeout, soft_margin, int, 0);
/openbmc/linux/Documentation/watchdog/
H A Dhpwdt.rst29 soft_margin allows the user to set the watchdog timer value.
31 timeout an alias of soft_margin.
H A Dwatchdog-parameters.rst604 soft_margin:
605 Watchdog soft_margin in seconds.
606 (0 < soft_margin < 65536, default=60)
706 soft_margin:
/openbmc/u-boot/doc/
H A DREADME.sifive-fu540267 [ 4.082843] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)