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

/linux-4.1.27/arch/arm/plat-samsung/
H A Dwatchdog-reset.c26 #define S3C2410_WTCON_ENABLE (1 << 5) macro
54 __raw_writel(S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV16 | samsung_wdt_reset()
/linux-4.1.27/drivers/watchdog/
H A Ds3c2410_wdt.c53 #define S3C2410_WTCON_ENABLE (1 << 5) macro
253 wtcon &= ~(S3C2410_WTCON_ENABLE | S3C2410_WTCON_RSTEN); __s3c2410wdt_stop()
278 wtcon |= S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV128; s3c2410wdt_start()
301 return readl(wdt->reg_base + S3C2410_WTCON) & S3C2410_WTCON_ENABLE; s3c2410wdt_is_running()
470 writel(S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV16 | s3c2410wdt_restart()
645 (wtcon & S3C2410_WTCON_ENABLE) ? "" : "in", s3c2410wdt_probe()
729 (wdt->wtcon_save & S3C2410_WTCON_ENABLE) ? "en" : "dis"); s3c2410wdt_resume()

Completed in 60 milliseconds