Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Ds3c2410_wdt.c30 #define S3C2410_WTCON 0x00 macro
394 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
396 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
421 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
437 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
482 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
487 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
501 writel(0, wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
510 wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
734 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_probe()
[all …]