Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
Ds3c2410_wdt.c31 #define S3C2410_WTCON 0x00 macro
247 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
249 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in __s3c2410wdt_stop()
272 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
288 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_start()
296 return readl(wdt->reg_base + S3C2410_WTCON) & S3C2410_WTCON_ENABLE; in s3c2410wdt_is_running()
338 wtcon = readl(wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
343 writel(wtcon, wdt->reg_base + S3C2410_WTCON); in s3c2410wdt_set_heartbeat()
357 writel(0, wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
366 wdt_base + S3C2410_WTCON); in s3c2410wdt_restart()
[all …]
/Linux-v5.4/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()