Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/plat-samsung/
Dwatchdog-reset.c23 #define S3C2410_WTCON_RSTEN (1 << 0) macro
50 S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRESCALE(0x20), in samsung_wdt_reset()
/Linux-v4.19/drivers/watchdog/
Ds3c2410_wdt.c47 #define S3C2410_WTCON_RSTEN (1 << 0) macro
257 wtcon &= ~(S3C2410_WTCON_ENABLE | S3C2410_WTCON_RSTEN); in __s3c2410wdt_stop()
286 wtcon &= ~S3C2410_WTCON_RSTEN; in s3c2410wdt_start()
289 wtcon |= S3C2410_WTCON_RSTEN; in s3c2410wdt_start()
374 S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRESCALE(0x20), in s3c2410wdt_restart()
648 (wtcon & S3C2410_WTCON_RSTEN) ? "en" : "dis", in s3c2410wdt_probe()