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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Ds3c2410_wdt.c56 static int tmr_atboot = CONFIG_S3C2410_WATCHDOG_ATBOOT; variable
61 module_param(tmr_atboot, int, 0);
68 MODULE_PARM_DESC(tmr_atboot,
491 if (tmr_atboot && started == 0) {
494 } else if (!tmr_atboot) {

Completed in 22 milliseconds