Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Ds3c2410_wdt.c40 #define S3C2410_WTCON_ENABLE BIT(5) macro
450 wtcon &= ~(S3C2410_WTCON_ENABLE | S3C2410_WTCON_RSTEN); in __s3c2410wdt_stop()
477 wtcon |= S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV128; in s3c2410wdt_start()
563 writel(S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV16 | in s3c2410wdt_restart()
798 (wtcon & S3C2410_WTCON_ENABLE) ? "" : "in", in s3c2410wdt_probe()
847 (wdt->wtcon_save & S3C2410_WTCON_ENABLE) ? "en" : "dis"); in s3c2410wdt_resume()