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

/linux-4.1.27/drivers/watchdog/
H A Ds3c2410_wdt.c52 #define S3C2410_WTCON_INTEN (1 << 2) macro
281 wtcon |= S3C2410_WTCON_INTEN; s3c2410wdt_start()
284 wtcon &= ~S3C2410_WTCON_INTEN; s3c2410wdt_start()
647 (wtcon & S3C2410_WTCON_INTEN) ? "en" : "dis"); s3c2410wdt_probe()

Completed in 55 milliseconds