Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Ds3c2410_wdt.c31 #define S3C2410_WTCON 0x00 macro
247 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
249 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
272 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
288 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
296 return readl(wdt->reg_base + S3C2410_WTCON) & S3C2410_WTCON_ENABLE; in s3c2410wdt_is_running()
338 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
343 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
357 writel(0, wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
366 wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
[all …]