Searched refs:tmr_atboot (Results 1 – 2 of 2) sorted by relevance
78 static int tmr_atboot = CONFIG_S3C2410_WATCHDOG_ATBOOT; variable83 module_param(tmr_atboot, int, 0);90 MODULE_PARM_DESC(tmr_atboot,622 if (tmr_atboot && started == 0) { in s3c2410wdt_probe()625 } else if (!tmr_atboot) { in s3c2410wdt_probe()
251 tmr_atboot: Watchdog is started at boot time if set to 1, default=0