Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Ds3c2410_wdt.c39 #define S3C2410_WTCON_INTEN BIT(2) macro
480 wtcon |= S3C2410_WTCON_INTEN; in s3c2410wdt_start()
483 wtcon &= ~S3C2410_WTCON_INTEN; in s3c2410wdt_start()
800 (wtcon & S3C2410_WTCON_INTEN) ? "en" : "dis"); in s3c2410wdt_probe()