Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Ds3c2410_wdt.c47 #define S3C2410_WTCON 0x00 macro
252 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
254 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
277 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
293 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
301 return readl(wdt->reg_base + S3C2410_WTCON) & S3C2410_WTCON_ENABLE; in s3c2410wdt_is_running()
342 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
347 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
463 writel(0, wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
472 wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
[all …]
/linux-4.4.14/arch/arm/plat-samsung/
Dwatchdog-reset.c22 #define S3C2410_WTCON 0x00 macro
47 __raw_writel(0, wdt_base + S3C2410_WTCON); in samsung_wdt_reset()
56 wdt_base + S3C2410_WTCON); in samsung_wdt_reset()