Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Ds3c2410_wdt.c31 #define S3C2410_WTCON 0x00 macro
460 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_mask_dbgack()
462 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_mask_dbgack()
481 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
483 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
508 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
524 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
569 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
574 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
588 writel(0, wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
[all …]