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

/linux-4.1.27/arch/arm/plat-samsung/
H A Dwatchdog-reset.c28 #define S3C2410_WTCON_RSTEN (1 << 0) macro
55 S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRESCALE(0x20), samsung_wdt_reset()
/linux-4.1.27/drivers/watchdog/
H A Ds3c2410_wdt.c51 #define S3C2410_WTCON_RSTEN (1 << 0) macro
253 wtcon &= ~(S3C2410_WTCON_ENABLE | S3C2410_WTCON_RSTEN); __s3c2410wdt_stop()
282 wtcon &= ~S3C2410_WTCON_RSTEN; s3c2410wdt_start()
285 wtcon |= S3C2410_WTCON_RSTEN; s3c2410wdt_start()
471 S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRESCALE(0x20), s3c2410wdt_restart()
646 (wtcon & S3C2410_WTCON_RSTEN) ? "en" : "dis", s3c2410wdt_probe()

Completed in 78 milliseconds