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
428 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_mask_dbgack()
430 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_mask_dbgack()
449 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
451 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
476 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
492 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
537 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
542 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
556 writel(0, wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
[all …]