Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Ds3c2410_wdt.c40 #define S3C2410_WTCON 0x00 macro
256 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
258 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
281 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
297 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
305 return readl(wdt->reg_base + S3C2410_WTCON) & S3C2410_WTCON_ENABLE; in s3c2410wdt_is_running()
347 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
352 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
366 writel(0, wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
375 wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
[all …]
/Linux-v4.19/arch/arm/plat-samsung/
Dwatchdog-reset.c17 #define S3C2410_WTCON 0x00 macro
42 __raw_writel(0, wdt_base + S3C2410_WTCON); in samsung_wdt_reset()
51 wdt_base + S3C2410_WTCON); in samsung_wdt_reset()